Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created January 30, 2024 06:16
Show Gist options
  • Save skydoves/356620e2b0f04d5c3bb28d89c56d4b32 to your computer and use it in GitHub Desktop.
Save skydoves/356620e2b0f04d5c3bb28d89c56d4b32 to your computer and use it in GitHub Desktop.
channel_screen
ChannelsScreen(
isShowingHeader = false,
onItemClick = { channel ->
composeNavigator.navigate(
GeminiScreens.Messages.createRoute(
channelId = channel.cid,
)
)
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment