Merge pull request #2271 from vector-im/key_backup_banner_crash

Key backup: Fix crash when switching tabs if there is a banner on the home tab
This commit is contained in:
manuroe 2019-02-19 15:03:04 +01:00 committed by GitHub
commit 9e15226dcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -126,7 +126,8 @@ NSString *const kRecentsDataSourceTapOnDirectoryServerChange = @"kRecentsDataSou
{
[self unregisterKeyBackupStateDidChangeNotification];
}
[self updateKeyBackupBanner];
[self forceRefresh];
}