INNER CODE UNIT · Kotlin

topBar

komikku-app/komikku · app/src/main/java/exh/debug/SettingsDebugScreen.kt:99

            topBar = { scrollBehavior ->
                AppBar(
                    title = "DEBUG MENU",
                    scrollBehavior = scrollBehavior,
                )
            },
        ) { paddingValues ->
            Crossfade(functions == null, label = "debug_functions") {
                when (it) {
                    true -> LoadingScreen()
                    false -> FunctionList(paddingValues, functions ?: persistentListOf(), toggles, scope)
                }
            }
        }
    }

    @Composable
    fun FunctionList(

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…