Skip to content

Commit b1930bf

Browse files
authored
fix: Disable background sync on IOS (#1120)
1 parent 03ab889 commit b1930bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kitchenowl/lib/app.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class _AppState extends State<App> with WidgetsBindingObserver {
8080
});
8181
}
8282

83-
if (!kIsWeb && (Platform.isAndroid || Platform.isIOS)) {
83+
if (!kIsWeb && (Platform.isAndroid)) {
8484
BackgroundFetch.configure(
8585
BackgroundFetchConfig(
8686
minimumFetchInterval: 30,

0 commit comments

Comments
 (0)