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 e560539 commit 0e9cb91Copy full SHA for 0e9cb91
app/src/main/kotlin/com/simplemobiletools/filemanager/pro/activities/DecompressActivity.kt
@@ -195,7 +195,7 @@ class DecompressActivity : SimpleActivity() {
195
} catch (passwordException: ZipException) {
196
if (passwordException.type == Type.WRONG_PASSWORD) {
197
if (password != null) {
198
- showErrorToast(getString(R.string.invalid_password))
+ toast(getString(R.string.invalid_password))
199
passwordDialog?.clearPassword()
200
} else {
201
askForPassword()
0 commit comments