You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
manager: fix empty gap shown when zygisk is unavailable (fix #594)
This commit is contained in:
@@ -649,8 +649,8 @@ private fun InfoCard(autoExpand: Boolean = false) {
|
||||
)
|
||||
}
|
||||
|
||||
Spacer(Modifier.height(16.dp))
|
||||
if (Natives.isZygiskEnabled()) {
|
||||
Spacer(Modifier.height(16.dp))
|
||||
InfoCardItem(
|
||||
label = stringResource(R.string.zygisk_status),
|
||||
content = stringResource(R.string.enabled),
|
||||
|
||||
Reference in New Issue
Block a user