mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-06-05 22:09:15 +02:00
Remove error prefix from incorrect password toast
This commit is contained in:
@ -113,7 +113,7 @@ class PDFViewerActivity : SimpleActivity() {
|
|||||||
if (it is PdfPasswordException) {
|
if (it is PdfPasswordException) {
|
||||||
// already entered a password and it was wrong
|
// already entered a password and it was wrong
|
||||||
if (filePassword != null) {
|
if (filePassword != null) {
|
||||||
showErrorToast(getString(R.string.invalid_password))
|
toast(getString(R.string.invalid_password))
|
||||||
passwordDialog?.clearPassword()
|
passwordDialog?.clearPassword()
|
||||||
} else {
|
} else {
|
||||||
passwordDialog = EnterPasswordDialog(
|
passwordDialog = EnterPasswordDialog(
|
||||||
|
Reference in New Issue
Block a user