Skip to content

Commit

Permalink
use val
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamVe committed Apr 18, 2023
1 parent 0f481cb commit ae93f39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class OathManager(
@TargetApi(Build.VERSION_CODES.M)
private fun createKeyStoreProviderM(): KeyProvider = KeyStoreProvider()

private var unlockOnConnect = AtomicBoolean(true)
private val unlockOnConnect = AtomicBoolean(true)
private var pendingAction: OathAction? = null
private var refreshJob: Job? = null
private var addToAny = false
Expand Down

0 comments on commit ae93f39

Please sign in to comment.