mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-04-24 07:07:22 +02:00
Remove error prefix from incorrect password toast
This commit is contained in:
parent
e56053966c
commit
0e9cb91697
@ -195,7 +195,7 @@ class DecompressActivity : SimpleActivity() {
|
|||||||
} catch (passwordException: ZipException) {
|
} catch (passwordException: ZipException) {
|
||||||
if (passwordException.type == Type.WRONG_PASSWORD) {
|
if (passwordException.type == Type.WRONG_PASSWORD) {
|
||||||
if (password != null) {
|
if (password != null) {
|
||||||
showErrorToast(getString(R.string.invalid_password))
|
toast(getString(R.string.invalid_password))
|
||||||
passwordDialog?.clearPassword()
|
passwordDialog?.clearPassword()
|
||||||
} else {
|
} else {
|
||||||
askForPassword()
|
askForPassword()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user