mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2026-03-05 23:19:11 -05:00
Remove error prefix from incorrect password toast
This commit is contained in:
@@ -195,7 +195,7 @@ class DecompressActivity : SimpleActivity() {
|
||||
} catch (passwordException: ZipException) {
|
||||
if (passwordException.type == Type.WRONG_PASSWORD) {
|
||||
if (password != null) {
|
||||
showErrorToast(getString(R.string.invalid_password))
|
||||
toast(getString(R.string.invalid_password))
|
||||
passwordDialog?.clearPassword()
|
||||
} else {
|
||||
askForPassword()
|
||||
|
||||
Reference in New Issue
Block a user