TF-4195 Implement add a Label to an email on mobile
This commit is contained in:
@@ -30,8 +30,8 @@ class SignatureBuilder extends StatelessWidget {
|
||||
if (PlatformInfo.isWeb) {
|
||||
final iframeOverlay = Obx(() {
|
||||
if (MessageDialogActionManager().isDialogOpened ||
|
||||
DialogRouter.isDialogOpened ||
|
||||
DialogRouter.isRuleFilterDialogOpened.isTrue) {
|
||||
DialogRouter().isDialogOpened ||
|
||||
DialogRouter().isRuleFilterDialogOpened.isTrue) {
|
||||
return Positioned.fill(
|
||||
child: PointerInterceptor(
|
||||
child: const SizedBox.expand(),
|
||||
|
||||
Reference in New Issue
Block a user