We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef5c548 commit e77fc71Copy full SHA for e77fc71
lib/Backend/Bluetooth/bluetooth_manager_plus.dart
@@ -251,7 +251,7 @@ class _OnConnectionStateChanged extends _$OnConnectionStateChanged {
251
),
252
iosNotificationOptions: const IOSNotificationOptions(),
253
foregroundTaskOptions: ForegroundTaskOptions(
254
- eventAction: ForegroundTaskEventAction.repeat(500),
+ eventAction: ForegroundTaskEventAction.repeat(250),
255
allowWakeLock: true,
256
257
);
0 commit comments