mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
Key backup: Fix crash when switching tabs if there is a banner on the home tab
This is a regression made in #2265 (Key backup: avoid to refresh the home room list on every backup state change). On other tabs than `self.keyBackupBanner` must be reset to `KeyBackupBannerNone` so that there is no banner section.
This commit is contained in:
@@ -126,7 +126,8 @@ NSString *const kRecentsDataSourceTapOnDirectoryServerChange = @"kRecentsDataSou
|
||||
{
|
||||
[self unregisterKeyBackupStateDidChangeNotification];
|
||||
}
|
||||
|
||||
|
||||
[self updateKeyBackupBanner];
|
||||
[self forceRefresh];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user