We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d5ac24 commit d195081Copy full SHA for d195081
app/src/main/kotlin/com/simplemobiletools/filemanager/pro/activities/PDFViewerActivity.kt
@@ -113,7 +113,7 @@ class PDFViewerActivity : SimpleActivity() {
113
if (it is PdfPasswordException) {
114
// already entered a password and it was wrong
115
if (filePassword != null) {
116
- showErrorToast(getString(R.string.invalid_password))
+ toast(getString(R.string.invalid_password))
117
passwordDialog?.clearPassword()
118
} else {
119
passwordDialog = EnterPasswordDialog(
0 commit comments