Commit d9c72169 authored by Mygod's avatar Mygod

Fix #2252

App source code: https://github.com/SumiMakito/AwesomeQRCode

*It is not awesome. Please tell me if there is alternatives.
parent f5e9c787
......@@ -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()
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment