There was an error while loading. Please reload this page.
1 parent b1930bf commit c5fa276Copy full SHA for c5fa276
1 file changed
kitchenowl/lib/main.dart
@@ -17,7 +17,7 @@ Future main() async {
17
if (!kIsWeb) await findSystemLocale(); //BUG in package for web?
18
runApp(App());
19
20
- if (!kIsWeb && (Platform.isAndroid || Platform.isIOS)) {
+ if (!kIsWeb && (Platform.isAndroid)) {
21
BackgroundFetch.registerHeadlessTask(backgroundFetchHeadlessTask);
22
}
23
0 commit comments