Fix: Dead dpkg lock
This commit is contained in:
@ -76,6 +76,8 @@ class TerminalDialog(val context: Context) {
|
|||||||
|
|
||||||
fun show(title: String?) {
|
fun show(title: String?) {
|
||||||
dialog?.setTitle(title)
|
dialog?.setTitle(title)
|
||||||
|
dialog?.setCancelable(false)
|
||||||
|
dialog?.setCanceledOnTouchOutside(false)
|
||||||
dialog?.show()
|
dialog?.show()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user