Skip to content

Commit

Permalink
SIANXSVC-1225: add super class to onBackPressed()
Browse files Browse the repository at this point in the history
  • Loading branch information
anx-bkelhar committed Mar 18, 2024
1 parent 8ce9f33 commit ed76bf5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ class LockActivity : AppCompatActivity() {
}

override fun onBackPressed() {
super.onBackPressed()
val canGoBack = intent.getBooleanExtra("canGoBack", false)

if (canGoBack) {
Expand Down

0 comments on commit ed76bf5

Please sign in to comment.