From e9d53c40845536ebdf5a4787336cbc0bf436272f Mon Sep 17 00:00:00 2001 From: Rifat Azad <33044977+rifsxd@users.noreply.github.com> Date: Sat, 17 May 2025 10:41:22 +0600 Subject: [PATCH] manager: removed overlayfs check for modules screen since magic_mount is the default mount system which most UL (ultra legacy) devices will depend on --- .../java/com/rifsxd/ksunext/ui/screen/Module.kt | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/manager/app/src/main/java/com/rifsxd/ksunext/ui/screen/Module.kt b/manager/app/src/main/java/com/rifsxd/ksunext/ui/screen/Module.kt index 35dd7b19..d99f6c80 100644 --- a/manager/app/src/main/java/com/rifsxd/ksunext/ui/screen/Module.kt +++ b/manager/app/src/main/java/com/rifsxd/ksunext/ui/screen/Module.kt @@ -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(