Commit 2cae9384 authored by Max Lv's avatar Max Lv

Fix #1387

parent c0073132
......@@ -358,7 +358,7 @@ final class ProfilesFragment extends ToolbarFragment with Toolbar.OnMenuItemClic
REQUEST_SCAN_QR_CODE) catch {
case _: ActivityNotFoundException =>
startActivity(new Intent(getActivity, classOf[ScannerActivity]))
case e: SecurityException =>
case e: Exception =>
e.printStackTrace()
app.track(e)
startActivity(new Intent(getActivity, classOf[ScannerActivity]))
......
addSbtPlugin("org.scala-android" % "sbt-android" % "1.7.9")
addSbtPlugin("org.scala-android" % "sbt-android" % "1.7.10")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.1.10")
......
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