Skip to content

Commit

Permalink
IOS-441: App loses session when editing menu items (Regression)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexp84 committed Jan 22, 2016
1 parent d9ccff6 commit 2f0dda7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ - (void)viewDidDisappear:(BOOL)animated

// Only need to post a notifictaion informing the app if the current account order has been modified
if ([AccountManager sharedManager].selectedAccount == self.account)
{
[[NSNotificationCenter defaultCenter] postNotificationName:kAlfrescoConfigShouldUpdateMainMenuNotification object:self.mainMenuBuilder];
}
else
{
[[NSNotificationCenter defaultCenter] postNotificationName:kAlfrescoConfigFileDidUpdateNotification object:self.mainMenuBuilder];
}
Expand Down

0 comments on commit 2f0dda7

Please sign in to comment.