mod: err string

fix: typo

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-11 15:01:05 +08:00
parent 72734d4b4e
commit 4a782332d3
4 changed files with 11 additions and 11 deletions

View File

@@ -180,9 +180,9 @@ extension ThreeDotItemTypeExt on ThreeDotItemType {
},
);
case ThreeDotItemType.THREE_DOT_ITEM_TYPE_CONTACTS:
Get.to(const ContactPage(isFromSelct: false));
Get.to(const ContactPage(isFromSelect: false));
default:
SmartDialog.showToast(name);
SmartDialog.showToast('TODO: $name');
}
}
}