mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-04-28 10:28:58 -05:00
feat: notification screen filter
This commit is contained in:
@@ -24,7 +24,7 @@ class Option<T> {
|
||||
Option({this.value, this.widget});
|
||||
}
|
||||
|
||||
Future<bool> showConfim(BuildContext context, String text) {
|
||||
Future<bool> showConfirm(BuildContext context, String text) {
|
||||
switch (SettingsProvider.of(context).theme) {
|
||||
case ThemeMap.cupertino:
|
||||
return showCupertinoDialog(
|
||||
|
||||
Reference in New Issue
Block a user