Fix restore dialog

This commit is contained in:
vvb2060 2022-02-15 00:25:45 +08:00 committed by John Wu
parent 77a275cbcd
commit 8cc76b1d86

View File

@ -122,6 +122,7 @@ object Restore : BaseSettingsItem.Blank() {
text = android.R.string.cancel text = android.R.string.cancel
} }
setCancelable(true) setCancelable(true)
show()
} }
} }
} }