cj1098
cj1098
If I use `EnterAlways` + pin() on my toolbar, I would expect that my toolbar stays at the top always but instead it's getting scrolled up off the screen after...
I noticed in navigate you're checking for lifecycle isResumed before navigating. I think popBackStack should also do a check for this as you can have people clicking fast and popping...
### Expected behaviour I expect after running `./gradlew executeScreenshotTests -Precord` that the tests get saved and stay in the directory they're saved in. ### Actual behaviour The entire directory gets...
Hi! Is it possible to specify a directory every module can output their destination instead of inside their individual modules? I've tried using `arg("compose-destinations.mode", "[GENERATION_MODE_FOR_MODULE]") arg("compose-destinations.moduleName", "[YOUR_MODULE_NAME")` with "destinations" and...