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