TF-1360 Fix can not add data to stream controller when re-login
This commit is contained in:
@@ -29,7 +29,7 @@ class MailboxDashBoardView extends BaseMailboxDashBoardView {
|
||||
);
|
||||
|
||||
return FocusDetector(
|
||||
onFocusGained: controller.handleOnFocusGained,
|
||||
onForegroundGained: controller.handleOnForegroundGained,
|
||||
child: Scaffold(
|
||||
drawerEnableOpenDragGesture: responsiveUtils.hasLeftMenuDrawerActive(context),
|
||||
body: Obx(() {
|
||||
|
||||
Reference in New Issue
Block a user