Fix second half of SYIOS-38 - bad UX when updating avator & display name in settings

-> request to the user to save pending profile updates before switching to an other tab
This commit is contained in:
ylecollen
2015-01-05 16:53:41 +01:00
parent ae315e62cc
commit d3ef0de60d
3 changed files with 81 additions and 2 deletions
@@ -20,5 +20,8 @@
- (void)reset;
typedef void (^blockSettings_onCheckSave)();
- (BOOL)checkPendingSave:(blockSettings_onCheckSave)handler;
@end