Skip to content

Commit

Permalink
Fix sync strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomas2 committed Jun 12, 2023
1 parent 151bee7 commit 50beeb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1340,8 +1340,8 @@ class MainBibleActivity : CustomTitlebarActivityBase() {
stopPeriodicSync()
synchronize(true)
} else {
startSync()
updateActions()
startSync()
}
}

Expand Down

0 comments on commit 50beeb1

Please sign in to comment.