There was an error while loading. Please reload this page.
1 parent 03ab889 commit b1930bfCopy full SHA for b1930bf
1 file changed
kitchenowl/lib/app.dart
@@ -80,7 +80,7 @@ class _AppState extends State<App> with WidgetsBindingObserver {
80
});
81
}
82
83
- if (!kIsWeb && (Platform.isAndroid || Platform.isIOS)) {
+ if (!kIsWeb && (Platform.isAndroid)) {
84
BackgroundFetch.configure(
85
BackgroundFetchConfig(
86
minimumFetchInterval: 30,
0 commit comments