mirror of
https://github.com/moparisthebest/mail
synced 2025-01-11 05:28:00 -05:00
[WO-301] Fix incoming message not displayed
This commit is contained in:
parent
f5f8781a8c
commit
637980cc7b
@ -71,9 +71,8 @@ define(function(require) {
|
||||
}
|
||||
|
||||
// select inbox if not yet selected
|
||||
if (!$scope.state.nav.currentFolder) {
|
||||
$scope.openFolder($scope.account.folders[0]);
|
||||
}
|
||||
$scope.openFolder($scope.account.folders[0]);
|
||||
$scope.$apply();
|
||||
});
|
||||
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user