@@ -22,7 +22,6 @@ import androidx.compose.foundation.lazy.rememberLazyListState
2222import androidx.compose.material.icons.Icons
2323import androidx.compose.material.icons.filled.ArrowBack
2424import androidx.compose.material.icons.filled.Article
25- import androidx.compose.material.icons.filled.Settings
2625import androidx.compose.material3.AlertDialog
2726import androidx.compose.material3.ExperimentalMaterial3Api
2827import androidx.compose.material3.Icon
@@ -59,7 +58,6 @@ import androidx.lifecycle.LifecycleEventObserver
5958fun ChatScreen (
6059 viewModel : ChatViewModel ,
6160 onBackClick : () -> Unit ,
62- onSettingsClick : () -> Unit ,
6361 onLogsClick : () -> Unit ,
6462 onGalleryClick : () -> Unit ,
6563 onCameraClick : () -> Unit ,
@@ -139,13 +137,6 @@ fun ChatScreen(
139137 tint = appColors.textOnNavBar
140138 )
141139 }
142- IconButton (onClick = onSettingsClick) {
143- Icon (
144- imageVector = Icons .Filled .Settings ,
145- contentDescription = " Settings" ,
146- tint = appColors.textOnNavBar
147- )
148- }
149140 },
150141 colors = TopAppBarDefaults .smallTopAppBarColors(
151142 containerColor = appColors.navBar,
0 commit comments