Version 3.2

This commit is contained in:
tom5079
2019-08-29 12:10:51 +09:00
parent d346cf431f
commit 8a58564812
4 changed files with 5 additions and 5 deletions

View File

@@ -282,7 +282,7 @@ class ReaderActivity : AppCompatActivity() {
onErrorHandler = {
Snackbar
.make(reader_layout, it.message ?: it.javaClass.name, Snackbar.LENGTH_INDEFINITE)
.setAction(R.string.reader_help) { _ ->
.setAction(R.string.reader_help) {
startActivity(Intent(Intent.ACTION_VIEW, Uri.parse(getString(R.string.error_help))))
}
.show()