TF-2717 Get identity again when back to dashboard from settings
This commit is contained in:
+4
@@ -1464,6 +1464,8 @@ class MailboxDashBoardController extends ReloadableController {
|
||||
() => _replaceBrowserHistory(uri: result.value2)
|
||||
);
|
||||
}
|
||||
|
||||
_getAllIdentities();
|
||||
}
|
||||
|
||||
void selectQuickSearchFilter(QuickSearchFilter filter) {
|
||||
@@ -1542,6 +1544,8 @@ class MailboxDashBoardController extends ReloadableController {
|
||||
() => _replaceBrowserHistory(uri: result.value2)
|
||||
);
|
||||
}
|
||||
|
||||
_getAllIdentities();
|
||||
}
|
||||
|
||||
void _handleUpdateVacationSuccess(UpdateVacationSuccess success) {
|
||||
|
||||
Reference in New Issue
Block a user