mirror of
https://github.com/haorendashu/nowser.git
synced 2026-01-31 15:14:27 +01:00
quickly action only run at ios and android
This commit is contained in:
@@ -58,10 +58,12 @@ class _IndexRouter extends CustState<IndexRouter>
|
||||
}
|
||||
}
|
||||
|
||||
quickActions.initialize((shortcutType) {
|
||||
print("find quickAction $shortcutType");
|
||||
webProvider.checkAndOpenUrl(shortcutType);
|
||||
});
|
||||
if (PlatformUtil.isAndroid() || PlatformUtil.isIOS()) {
|
||||
quickActions.initialize((shortcutType) {
|
||||
print("find quickAction $shortcutType");
|
||||
webProvider.checkAndOpenUrl(shortcutType);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user