TF-4195 Implement add a Label to an email on mobile
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ extension HandleCreateNewRuleFilter on MailboxDashBoardController {
|
||||
);
|
||||
|
||||
final newRuleFilterRequest = PlatformInfo.isWeb
|
||||
? await DialogRouter.pushGeneralDialog(
|
||||
? await DialogRouter().pushGeneralDialog(
|
||||
routeName: AppRoutes.rulesFilterCreator,
|
||||
arguments: arguments,
|
||||
)
|
||||
|
||||
+1
-2
@@ -9,7 +9,6 @@ extension VerifyDisplayOverlayViewOnIframeExtension
|
||||
isAppGridDialogDisplayed.isTrue ||
|
||||
isDrawerOpened.isTrue ||
|
||||
isContextMenuOpened.isTrue ||
|
||||
isPopupMenuOpened.isTrue ||
|
||||
labelController.isCreateNewLabelModalVisible.isTrue;
|
||||
isPopupMenuOpened.isTrue;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user