manager: fixed susfs check for InfoCard

This commit is contained in:
Rifat Azad
2024-12-23 01:36:11 +06:00
parent 5476f81f0f
commit 580921988e

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),