ill show you final

Signed-off-by: androidacy-user <opensource@androidacy.com>
pull/27/head
androidacy-user 3 years ago
parent e357c6febc
commit f63f433104

@ -151,10 +151,11 @@ public class ZipFileOpener extends FoxActivity {
} catch (IOException exception) { } catch (IOException exception) {
Log.e("ZipFileOpener", Log.getStackTraceString(exception)); Log.e("ZipFileOpener", Log.getStackTraceString(exception));
} }
String finalModuleInfo = moduleInfo;
runOnUiThread(() -> { runOnUiThread(() -> {
new MaterialAlertDialogBuilder(this) new MaterialAlertDialogBuilder(this)
.setTitle(getString(R.string.zip_security_warning, moduleInfo)) .setTitle(getString(R.string.zip_security_warning, finalModuleInfo))
.setMessage(getString(R.string.zip_intent_module_install, moduleInfo, Files.getFileName(this, uri))) .setMessage(getString(R.string.zip_intent_module_install, finalModuleInfo, Files.getFileName(this, uri)))
.setCancelable(false) .setCancelable(false)
.setNegativeButton(R.string.no, (d, i) -> { .setNegativeButton(R.string.no, (d, i) -> {
d.dismiss(); d.dismiss();

Loading…
Cancel
Save