Upgrade Twake Mail Flutter to v3.24.5
Revert "fixup! Upgrade Twake Mail Flutter to v3.24.5" This reverts commit 0a597753a92b658ec17b0578ed488584d7c514d4.
This commit is contained in:
@@ -153,6 +153,7 @@ class MailboxController extends BaseMailboxController
|
||||
@override
|
||||
void onReady() {
|
||||
_openMailboxEventController.stream.debounceTime(const Duration(milliseconds: 500)).listen((event) {
|
||||
if (!event.buildContext.mounted) return;
|
||||
_handleOpenMailbox(event.buildContext, event.presentationMailbox);
|
||||
});
|
||||
_initCollapseMailboxCategories();
|
||||
|
||||
Reference in New Issue
Block a user