Settings: Fix screen flickering on logout

This commit is contained in:
giomfo 2015-10-28 15:04:47 +01:00
parent d5b8417c40
commit d6befcacc4

View file

@ -157,7 +157,8 @@
- (IBAction)logout:(id)sender
{
[[AppDelegate theDelegate] logout];
// Logout all matrix account
[[MXKAccountManager sharedManager] logout];
}
- (IBAction)onButtonPressed:(id)sender