Skip to content

Commit

Permalink
Requested changes
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 c60736b commit 1024000
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ class FileDisplayActivity : FileActivity(), FileFragment.ContainerActivity, OnEn
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {
BiometricManager.getBiometricManager(this).bayPassUnlockOnce()
}
PassCodeManager.getPassCodeManager()!!.bayPassUnlockOnce()
PassCodeManager.getPassCodeManager()?.bayPassUnlockOnce()
PatternManager.getPatternManager().bayPassUnlockOnce()

// Hanndle calls form internal activities.
Expand Down

0 comments on commit 1024000

Please sign in to comment.