manager: fixed susfs check for InfoCard

This commit is contained in:
Rifat Azad
2024-12-23 01:36:11 +06:00
parent 2538f51bb4
commit 7026650552

View File

@@ -402,7 +402,7 @@ private fun InfoCard() {
)
Spacer(Modifier.height(16.dp))
val suSFS = getSuSFSVersion()
val suSFS = getSuSFS()
if (suSFS != "Unsupported") {
InfoCardItem(
label = stringResource(R.string.home_susfs_version),