Fix string resource name typo
This commit is contained in:
parent
1aa454013c
commit
f8bb714d25
@ -943,7 +943,7 @@ public class AppDetails extends AppCompatActivity implements ProgressListener, A
|
|||||||
title = R.string.uninstall_error_title;
|
title = R.string.uninstall_error_title;
|
||||||
switch (errorCode) {
|
switch (errorCode) {
|
||||||
default: // ERROR_CODE_OTHER
|
default: // ERROR_CODE_OTHER
|
||||||
body = R.string.install_error_unknown;
|
body = R.string.uninstall_error_unknown;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user