Christoph Wiesner
Christoph Wiesner
I'm sending data on the mobile through `rxWear.data().putDataMap().to("/myPath")` which seems to properly create the Uri and results in `wear:///myPath` but on the wear I listen like: `rxWear.data().listen("/myPath", DataApi.FILTER_LITERAL)` which gives...
Hi, currently having the problem that the deeplink is handled everytime the activity gets recreated bc. of device rotation (orientation change). Is there a proposed way of "consuming" the deeplink...
Setting visibility on a Flow using 2.0.4 works fine. As soon as I update to 2.1.0 it breaks. Most likely be caused by https://github.com/androidx/constraintlayout/pull/258 Note: I update a ConstraintSet (setting...
## Describe the bug `bottomSheet()`-Destination composable does not get updated data from inheriting composable. if i use a `composable()` destination it works fine. ## To Reproduce See gist here. https://gist.github.com/chriswiesner/6503999979f67f8fcca33c56a961c245...
It would be great if you could include a layout template for show-casing a single project. (Project detail page)