Artsiom Komar
Artsiom Komar
One more way but without explicit height values like in the solution above. This solution doesn't need an explicit height and you could use wrapContentHeight() modifier: ``` @Composable fun YourBottomSheetContent()...
@Luis-Abreu a better solution now — just copy sources of ModalBottomSheetLayout and modify it like you want ;)
@jgavazzisp maybe works. But it works on the RC version. Still waiting for a stable release.
@Nstd , You can add it manually through rotate listener in your code. Just add a listener to the accelerometer and translate wave matrix.
This happens because [s.didStructureChange()](https://github.com/yuyakaido/CardStackView/blob/master/cardstackview/src/main/java/com/yuyakaido/android/cardstackview/CardStackLayoutManager.java#L52) returns **false** or [getTopView()](https://github.com/yuyakaido/CardStackView/blob/master/cardstackview/src/main/java/com/yuyakaido/android/cardstackview/CardStackLayoutManager.java#L53) returns **null**. It returns **false** or **null** on some cases, for example: your adapter has empty data list and you try push...
Hi! Do you use EmojiconEditText instead of standart EditText? If not, then change it and check your emojis.
+. This feature will be very useful when need to transform pages. For example, using translationX. Now we can't do this because composable will be removed from composition due to...
@russhwolf could you review it, please? :)
I've noticed that it happens only for non-modal sheets like `rememberFlexibleBottomSheetState(isModal = false)`
UPD: nope, it happens for modal sheets as well. But when the sheet is modal, there is no padding glitch, only disappearing happens.