Skip to content

Instantly share code, notes, and snippets.

@plnice
Created February 1, 2022 19:59
Show Gist options
  • Save plnice/4211ed61de9534bdd552fd3244fb288c to your computer and use it in GitHub Desktop.
Save plnice/4211ed61de9534bdd552fd3244fb288c to your computer and use it in GitHub Desktop.
val LocalCustomTabs = staticCompositionLocalOf<CustomTabs> {
error("CompositionLocal LocalCustomTabs not present")
}
@PMARZV
Copy link

PMARZV commented Oct 19, 2023

Where does this go?? In the activity or in all composables??

@plnice
Copy link
Author

plnice commented Oct 19, 2023

@Gerizard just any file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment