mirror of https://github.com/x13a/Wasted.git
ref
This commit is contained in:
parent
f216e05fcd
commit
538c660a86
|
@ -29,7 +29,6 @@ class PanicConnectionActivity : MainActivity() {
|
||||||
.getApplicationLabel(packageManager.getApplicationInfo(packageName, 0))
|
.getApplicationLabel(packageManager.getApplicationInfo(packageName, 0))
|
||||||
} catch (exc: PackageManager.NameNotFoundException) {}
|
} catch (exc: PackageManager.NameNotFoundException) {}
|
||||||
}
|
}
|
||||||
|
|
||||||
MaterialAlertDialogBuilder(this)
|
MaterialAlertDialogBuilder(this)
|
||||||
.setTitle(R.string.panic_app_dialog_title)
|
.setTitle(R.string.panic_app_dialog_title)
|
||||||
.setMessage(String.format(getString(R.string.panic_app_dialog_message), app))
|
.setMessage(String.format(getString(R.string.panic_app_dialog_message), app))
|
||||||
|
|
Loading…
Reference in New Issue