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: fixed susfs check for InfoCard
This commit is contained in:
@@ -402,7 +402,7 @@ private fun InfoCard() {
|
|||||||
)
|
)
|
||||||
|
|
||||||
Spacer(Modifier.height(16.dp))
|
Spacer(Modifier.height(16.dp))
|
||||||
val suSFS = getSuSFSVersion()
|
val suSFS = getSuSFS()
|
||||||
if (suSFS != "Unsupported") {
|
if (suSFS != "Unsupported") {
|
||||||
InfoCardItem(
|
InfoCardItem(
|
||||||
label = stringResource(R.string.home_susfs_version),
|
label = stringResource(R.string.home_susfs_version),
|
||||||
|
|||||||
Reference in New Issue
Block a user