Skip to content

Commit

Permalink
Fix error found by KtLint
Browse files Browse the repository at this point in the history
  • Loading branch information
JuancaG05 authored and pull[bot] committed Apr 13, 2023
1 parent 1af7af6 commit c60736b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class PassCodeManager {
}

fun onActivityStopped(activity: Activity) {
if (visibleActivitiesCounter > 0) visibleActivitiesCounter--;
if (visibleActivitiesCounter > 0) visibleActivitiesCounter--

setUnlockTimestamp()
val powerMgr = activity.getSystemService(Context.POWER_SERVICE) as PowerManager
Expand Down

0 comments on commit c60736b

Please sign in to comment.