Skip to content

Commit

Permalink
Improve code
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomas2 committed Nov 9, 2023
1 parent a713066 commit 8725b05
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ abstract class ActivityBase : AppCompatActivity(), AndBibleActivity {

open val doNotInitializeApp = false

var doNotMarkPaused = false
var wasPaused = false
var returningFromCalculator = false
private var doNotMarkPaused = false
private var wasPaused = false
private var returningFromCalculator = false

/** Called when the activity is first created. */
@SuppressLint("MissingSuperCall")
Expand Down

0 comments on commit 8725b05

Please sign in to comment.