mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-28 12:16:34 +00:00
Add test button toggle in code
This commit is contained in:
@@ -96,6 +96,8 @@ class HomeViewModel(
|
||||
ensureEnv()
|
||||
}
|
||||
|
||||
val showTest = false
|
||||
|
||||
fun onTestPressed() = object : ViewEvent(), ActivityExecutor {
|
||||
override fun invoke(activity: BaseActivity) {
|
||||
/* Entry point to trigger test events within the app */
|
||||
|
||||
Reference in New Issue
Block a user