Skip to content

Commit

Permalink
[Android] Enable Back-button on 'Scan QR Code' Menu
Browse files Browse the repository at this point in the history
  • Loading branch information
jeonghwan7 committed May 15, 2023
1 parent 64ccb4a commit 1144475
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ class SelectActionFragment : Fragment() {
* Notifies listener of Scan QR code button click.
*/
private fun handleScanQrCodeClicked() {
showFragment(BarcodeFragment.newInstance(), false)
showFragment(BarcodeFragment.newInstance())
}

/**
Expand Down

0 comments on commit 1144475

Please sign in to comment.