Jossi Wolf

Results 57 comments of Jossi Wolf

AFAIK customising the touch bar is not really possible in Android Studio - for me, I wanted to have Instant Run in the touch bar so using this made sense.

> [blog.jetbrains.com/idea/2018/05/intellij-idea-2018-2-early-access-program-is-open](https://blog.jetbrains.com/idea/2018/05/intellij-idea-2018-2-early-access-program-is-open/) > > blog post shows how to customize. can you give it a try? hopefully the context aware nature of a direct integration will be better than anything...

@WonderCsabo Thanks for the report. Do you have the exception that's thrown by chance?

`snapTo` is used because of a bug in `ModalBottomSheetLayout` that hadn't been fixed last time I checked - I'll recheck if we can use `animateTo` now :)

@WonderCsabo Sorry, we reconfigured the bot now :) The fix for this depends on a larger refactoring that I'm still working on, so there is no good quick fix in...

Obviously, the exemption rule doesn't seem to work🙈 This is still dependent on a larger in-progress refactoring and will take a bit to resolve. Just for further explanation: when navigating,...

@jgavazzisp Thanks for the request! This is currently not supported by Compose Material's `ModalBottomSheetLayout` either and I would not like Navigation Material's `ModalBottomSheetLayout` to diverge from the actual implementation. See...

Reopening this for folks to be able to track progress - this still depends on the upstream issue (https://issuetracker.google.com/issues/186669820) being fixed.

Now that this is implemented in Material we can start to look at this from the Accompanist perspective. @jgavazzisp, I understand your initial proposal defines `skipHalfExpanded` as a Navigator-level flag....

@ColtonIdle No, that won't work. We're still deciding on whether to release this API with the upcoming release, but once we release any API for this, we will provide guidance...