Better error handling

This commit is contained in:
Anton Tananaev 2025-06-30 23:00:08 -07:00
parent 8ba5641591
commit 36c618170e
4 changed files with 25 additions and 11 deletions

View file

@ -21,7 +21,6 @@ class _QuickActionsInitializerState extends State<QuickActionsInitializer> {
void initState() {
super.initState();
quickActions.initialize((shortcutType) async {
developer.log('action $shortcutType');
switch (shortcutType) {
case 'start':
bg.BackgroundGeolocation.start();