mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
fix auth-viewcontroller unusable after failed authentication
This commit is contained in:
@@ -294,8 +294,8 @@
|
||||
}
|
||||
|
||||
- (void) setLoginUIEnabled:(BOOL) enabled {
|
||||
self.navigationItem.rightBarButtonItem.enabled = !enabled;
|
||||
self.tableView.userInteractionEnabled = !enabled;
|
||||
self.navigationItem.rightBarButtonItem.enabled = enabled;
|
||||
self.tableView.userInteractionEnabled = enabled;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user