[修复] 换源时可取消换源过程 #455
This commit is contained in:
@@ -14,7 +14,7 @@ class WaitDialog(context: Context) {
|
||||
|
||||
private val dialog: Dialog = MaterialAlertDialogBuilder(context)
|
||||
.setView(binding.root)
|
||||
.setCancelable(false)
|
||||
.setCancelable(true)
|
||||
.create()
|
||||
|
||||
init {
|
||||
|
||||
Reference in New Issue
Block a user