|
|
@ -16,6 +16,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
package com.google.samples.apps.nowinandroid.ui
|
|
|
|
package com.google.samples.apps.nowinandroid.ui
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import android.util.Log
|
|
|
|
import androidx.compose.foundation.layout.Box
|
|
|
|
import androidx.compose.foundation.layout.Box
|
|
|
|
import androidx.compose.foundation.layout.Column
|
|
|
|
import androidx.compose.foundation.layout.Column
|
|
|
|
import androidx.compose.foundation.layout.WindowInsets
|
|
|
|
import androidx.compose.foundation.layout.WindowInsets
|
|
|
@ -147,6 +148,10 @@ internal fun NiaApp(
|
|
|
|
)
|
|
|
|
)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LaunchedEffect(Unit) {
|
|
|
|
|
|
|
|
Log.e("#####","info message - App UI")
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
NiaNavigationSuiteScaffold(
|
|
|
|
NiaNavigationSuiteScaffold(
|
|
|
|
navigationSuiteItems = {
|
|
|
|
navigationSuiteItems = {
|
|
|
|
appState.topLevelDestinations.forEach { destination ->
|
|
|
|
appState.topLevelDestinations.forEach { destination ->
|
|
|
|