Skip to content

Commit 49cd4d1

Browse files
committed
Passcode should be shown just once when unlocking the app
1 parent 978eb1d commit 49cd4d1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • owncloudApp/src/main/java/com/owncloud/android/presentation/ui/security/passcode

owncloudApp/src/main/java/com/owncloud/android/presentation/ui/security/passcode/PassCodeActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ class PassCodeActivity : AppCompatActivity(), NumberKeyboardListener, IEnableBio
266266
// pass code accepted in request, user is allowed to access the app
267267
binding.error.visibility = View.INVISIBLE
268268

269+
PassCodeManager.onActivityStopped(this)
269270
finish()
270271
}
271272

0 commit comments

Comments
 (0)