manager: show module state in safemode
This commit is contained in:
@@ -102,12 +102,6 @@ fun ModuleScreen(navigator: DestinationsNavigator) {
|
|||||||
}
|
}
|
||||||
return@Scaffold
|
return@Scaffold
|
||||||
}
|
}
|
||||||
if (isSafeMode) {
|
|
||||||
Box(modifier = Modifier.fillMaxSize(), contentAlignment = Alignment.Center) {
|
|
||||||
Text(stringResource(R.string.safe_mode_disable_module))
|
|
||||||
}
|
|
||||||
return@Scaffold
|
|
||||||
}
|
|
||||||
SwipeRefresh(
|
SwipeRefresh(
|
||||||
state = swipeState,
|
state = swipeState,
|
||||||
onRefresh = {
|
onRefresh = {
|
||||||
|
|||||||
Reference in New Issue
Block a user