mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: err string
fix: typo Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user