Skip to content

Commit

Permalink
Fix sync not triggered
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomas2 committed Sep 19, 2023
1 parent d9cde75 commit 76fa435
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1373,7 +1373,6 @@ class MainBibleActivity : CustomTitlebarActivityBase() {
}

fun onEvent(event: AppToBackgroundEvent) {
if(paused) return
if (event.isMovedToBackground) {
mWholeAppWasInBackground = true
stopPeriodicSync()
Expand Down

0 comments on commit 76fa435

Please sign in to comment.