Merge pull request #2900 from vector-im/giomfo/bugfix2899

Bug Fix Key backup banner is not hidden correctly
This commit is contained in:
giomfo 2020-04-15 10:41:48 +02:00 committed by GitHub
commit 263f3dbc93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -14,6 +14,9 @@ Improvements:
* Cross-Signing: Detect and expose new sign-ins (#2918).
* Cross-signing: Complete security at the end of sign in process( #3003).
* Make decoration uniform (#2972).
Bug fix:
* Key backup banner is not hidden correctly (#2899).
Changes in 0.10.5 (2020-04-01)
===============================================

View file

@ -240,6 +240,7 @@ NSString *const kRecentsDataSourceTapOnDirectoryServerChange = @"kRecentsDataSou
break;
}
[self updateKeyBackupBanner];
[self forceRefresh];
}