We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 277d276 commit 78b3d6dCopy full SHA for 78b3d6d
app/src/main/java/com/github/capntrips/kernelflasher/ui/screens/main/MainContent.kt
@@ -40,7 +40,7 @@ fun ColumnScope.MainContent(
40
if (viewModel.isAb) {
41
DataRow(stringResource(R.string.slot_suffix), viewModel.slotSuffix, mutableMaxWidth = cardWidth)
42
}
43
- if(viewModel.susfsVersion != "v0.0.0")
+ if(viewModel.susfsVersion != "v0.0.0" && viewModel.susfsVersion != "Invalid")
44
{
45
DataRow(stringResource(R.string.susfs_version), viewModel.susfsVersion, mutableMaxWidth = cardWidth)
46
0 commit comments