JWvanV
JWvanV
Use case: I have a picture that should load an image from an url. When the picture is clicked, it should allow the user to pick another image (from camera/gallery)...
Previously the navbar height would be 0 for my Oneplus One (Android 7.1), so I interchanged your navBarHeight code for mine. :D Now it gives the correct padding again.
Hey, nice library. I do see something wierd with a transparent navigation bar. On my Nexus7 the sheet does the correct thing and adds padding to the sheet bottom. On...
In our current implementation (without destinations) we test our ViewModels constructing with a SavedStateHandle from a specific navArg in the following way: ``` val viewModel = XViewModel( savedStateHandle = FragmentXArgs(...).toSavedStateHandle()...
**Describe the bug** When retrieving the signature from the signaturePadAdapter, I get a result from the bitmap function getTransparentSignatureBitmap, but not from getSignatureSvg. The only result I get is: ``````...