Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
App source code: https://github.com/SumiMakito/AwesomeQRCode

*It is not awesome. Please tell me if there is alternatives.
  • Loading branch information
Mygod committed Jun 26, 2019
1 parent 4098b60 commit 5dc2a61
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ class ScannerActivity : AppCompatActivity(), BarcodeRetriever {

private fun fallback() {
try {
startActivity(Intent(Intent.ACTION_VIEW, Uri.parse("market://details?id=tw.com.quickmark")))
startActivity(Intent(Intent.ACTION_VIEW, Uri.parse(
"market://details?id=com.github.sumimakito.awesomeqrsample")))
} catch (_: ActivityNotFoundException) { }
finish()
}
Expand Down

0 comments on commit 5dc2a61

Please sign in to comment.