element-x-android
element-x-android copied to clipboard
Notification settings: toggle is not updated after successfull change
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.
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.
Cannot repro using the latest version.