Skip to content

Commit

Permalink
back button fix (#108)
Browse files Browse the repository at this point in the history
BuchiNy authored Sep 12, 2024
1 parent 67fd0e7 commit e600512
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -255,6 +255,11 @@ class TransferOutActivity : BaseMultiLanguageActivity() {
}
}

override fun onSupportNavigateUp(): Boolean {
finish()
return true
}

companion object {
fun launch(context: Context, patientId: String) {
context.startActivity(

0 comments on commit e600512

Please sign in to comment.