Commit 536721fe authored by Mygod's avatar Mygod

Suppress logging exceptions

parent 4de8d667
......@@ -429,7 +429,7 @@ class CustomRulesFragment : ToolbarFragment(), Toolbar.OnMenuItemClickListener,
check(adapter.addToProxy(clipboard.primaryClip!!.getItemAt(0).text.toString()) != null)
} catch (exc: Exception) {
(activity as MainActivity).snackbar().setText(R.string.action_import_err).show()
printLog(exc)
exc.printStackTrace()
}
true
}
......
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