You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
@@ -123,6 +123,9 @@ class CheckSafetyNetEvent(
|
|||||||
titleRes = android.R.string.cancel
|
titleRes = android.R.string.cancel
|
||||||
onClick { callback(SafetyNetResult(dismiss = true)) }
|
onClick { callback(SafetyNetResult(dismiss = true)) }
|
||||||
}
|
}
|
||||||
|
.onDismiss {
|
||||||
|
callback(SafetyNetResult(dismiss = true))
|
||||||
|
}
|
||||||
.reveal()
|
.reveal()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user