Align UI of DetailScreens
This commit is contained in:
parent
1ec6c06974
commit
c8d6bfe4ef
9 changed files with 18 additions and 6 deletions
|
|
@ -37,9 +37,6 @@ val LocalActivity = staticCompositionLocalOf<Activity> {
|
|||
val LocalSnack = staticCompositionLocalOf<SnackbarHostState> {
|
||||
error("SnackbarHostState not available")
|
||||
}
|
||||
val RollSnack = staticCompositionLocalOf<SnackbarHostState> {
|
||||
error("SnackbarHostState not available")
|
||||
}
|
||||
val LocalRollOverlay = compositionLocalOf<BlurredRollOverlayHostState> {
|
||||
error("LocalRollOverlay not yet ready")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue