How do I make a ModalBottomSheet display over top ...
# compose-android
z
How do I make a ModalBottomSheet display over top of the keyboard without closing it?
c
Bottom sheet on top of the keyboard? I don't think I've ever seen that (or maybe never noticed)
z
Nekogram does it
I really like their attachment sheet design and I wanna try to make something like it in my app
c
interesting! lemme go download it!
b
Perhaps BottomSheetScaffold instead?
z
I think it's set by something in the android manifest but I don't know what