Fix identity fetching again when open composer
This commit is contained in:
+1
-1
@@ -1402,7 +1402,7 @@ class MailboxDashBoardController extends ReloadableController {
|
||||
}
|
||||
|
||||
void goToComposer(ComposerArguments arguments) async {
|
||||
final argumentsWithIdentity = arguments.withIdentity(identities: _identities);
|
||||
final argumentsWithIdentity = arguments.withIdentity(identities: List.from(_identities ?? []));
|
||||
|
||||
if (PlatformInfo.isWeb) {
|
||||
if (composerOverlayState.value == ComposerOverlayState.inActive) {
|
||||
|
||||
Reference in New Issue
Block a user