TF-4195 Fix comments of coderabbit

This commit is contained in:
dab246
2025-12-26 12:22:18 +07:00
committed by Dat H. Pham
parent 0076a7af57
commit e8b2c1d2a5
32 changed files with 235 additions and 146 deletions
+4 -2
View File
@@ -60,7 +60,9 @@ class DialogRouter {
MailboxCreatorBindings().dependencies();
break;
case AppRoutes.rulesFilterCreator:
isRuleFilterDialogOpened.value = true;
if (PlatformInfo.isWeb) {
isRuleFilterDialogOpened.value = true;
}
RulesFilterCreatorBindings().dependencies();
break;
case AppRoutes.identityCreator:
@@ -107,7 +109,7 @@ class DialogRouter {
await Get.generalDialog(
barrierDismissible: true,
barrierLabel: dialogLabel,
barrierLabel: dialogLabel ?? 'dialog-modal',
pageBuilder: (_, __, ___) => child,
).whenComplete(() {
if (PlatformInfo.isWeb) {