element-x-android icon indicating copy to clipboard operation
element-x-android copied to clipboard

Notification settings: toggle is not updated after successfull change

Open bmarty opened this issue 1 year ago • 1 comments

When changing the notification settings the screen is not refreshed after a successful change. User has to leave the screen and open it again to see the refreshed data.

image

bmarty avatar Mar 28 '24 10:03 bmarty

After investigation, the expected callback NotificationSettingsDelegate.settingsDidChange() is not invoked by the SDK, so the screen is not refreshed after a change. @stefanceriu confirmed that the same problem exists on the iOS app.

We could workaround the problem application side, but better to fix the issue in the SDK. @ganfra is having a look on the SDK codebase.

bmarty avatar Mar 28 '24 13:03 bmarty

Cannot repro using the latest version.

bmarty avatar Jun 12 '24 09:06 bmarty