mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-27 20:15:29 +00:00
parent
ca1b0bf1ce
commit
e394445f1b
@ -123,6 +123,9 @@ class CheckSafetyNetEvent(
|
||||
titleRes = android.R.string.cancel
|
||||
onClick { callback(SafetyNetResult(dismiss = true)) }
|
||||
}
|
||||
.onDismiss {
|
||||
callback(SafetyNetResult(dismiss = true))
|
||||
}
|
||||
.reveal()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user