Skip to content

Instantly share code, notes, and snippets.

@MrNtlu
Created December 6, 2022 14:44
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 MrNtlu/7c2673479ca1c25b3971823da544d02b to your computer and use it in GitHub Desktop.
Save MrNtlu/7c2673479ca1c25b3971823da544d02b to your computer and use it in GitHub Desktop.
Bottom Sheet Activity Part 3 Extra
BackHandler(modalSheetState.isVisible) {
coroutineScope.launch { modalSheetState.hide() }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment