Skip to content

Commit

Permalink
revert change of existing work policy
Browse files Browse the repository at this point in the history
  • Loading branch information
andannn committed Jul 4, 2024
1 parent 5d06bf4 commit 3cac1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/background_task/task.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ abstract class PeriodicBackgroundTask extends BackgroundTask {
final Duration frequency;

@override
ExistingWorkPolicy? get existingWorkPolicy => ExistingWorkPolicy.replace;
ExistingWorkPolicy? get existingWorkPolicy => ExistingWorkPolicy.keep;
}

class TaskConverter {
Expand Down

0 comments on commit 3cac1d1

Please sign in to comment.