Fix identity fetching again when open composer

This commit is contained in:
dab246
2024-04-23 16:11:40 +07:00
committed by Dat H. Pham
parent c6472030dd
commit 98275db493
@@ -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) {