mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor: replace Scaffold with internal component
This commit is contained in:
parent
1c863f35f6
commit
7794c08190
7 changed files with 72 additions and 135 deletions
|
|
@ -42,7 +42,7 @@ import androidx.lifecycle.compose.dropUnlessResumed
|
|||
import com.geeksville.mesh.R
|
||||
|
||||
@Composable
|
||||
fun BaseScaffold(
|
||||
internal fun BaseScaffold(
|
||||
title: String,
|
||||
modifier: Modifier = Modifier,
|
||||
canNavigateBack: Boolean = true,
|
||||
|
|
@ -82,7 +82,7 @@ fun BaseScaffold(
|
|||
}
|
||||
|
||||
@Composable
|
||||
fun BaseScaffold(
|
||||
internal fun BaseScaffold(
|
||||
modifier: Modifier = Modifier,
|
||||
topBar: @Composable () -> Unit = {},
|
||||
bottomBar: @Composable () -> Unit = {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue