mirror of
https://github.com/topjohnwu/Magisk
synced 2024-11-13 20:54:12 +01: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