manager: removed overlayfs check for modules screen

since magic_mount is the default mount system which most UL (ultra legacy) devices will depend on
This commit is contained in:
Rifat Azad
2025-05-17 10:41:22 +06:00
committed by GitHub
parent 697a0ac9fc
commit e9d53c4084

View File

@@ -518,20 +518,6 @@ private fun ModuleList(
},
) {
when {
useOverlayFs && !viewModel.isOverlayAvailable -> {
item {
Box(
modifier = Modifier.fillParentMaxSize(),
contentAlignment = Alignment.Center
) {
Text(
text = stringResource(R.string.module_overlay_fs_not_available),
textAlign = TextAlign.Center
)
}
}
}
viewModel.moduleList.isEmpty() -> {
item {
Box(