Remove error prefix from incorrect password toast

This commit is contained in:
Ensar Sarajčić 2023-07-07 18:19:35 +02:00
parent 4d5ac24d0d
commit d19508109f
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ class PDFViewerActivity : SimpleActivity() {
if (it is PdfPasswordException) {
// already entered a password and it was wrong
if (filePassword != null) {
showErrorToast(getString(R.string.invalid_password))
toast(getString(R.string.invalid_password))
passwordDialog?.clearPassword()
} else {
passwordDialog = EnterPasswordDialog(