Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created August 1, 2022 05:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skydoves/4cde948b4c8a6fa5145aafb2449f6668 to your computer and use it in GitHub Desktop.
Save skydoves/4cde948b4c8a6fa5145aafb2449f6668 to your computer and use it in GitHub Desktop.
message_screen
ChatTheme {
MessagesScreen(
channelId = channelId,
showHeader = false,
onBackPressed = { composeNavigator.navigateUp() }
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment