Radoslaw Juszczyk
08/07/2022, 5:16 AMBottomSheetScaffold
for wear?
Can I safely import both: androidx.wear.compose:compose-material
and androidx.compose.material:material
to my project and use only BottomSheetScaffold
from the non wear one??yschimke
08/07/2022, 7:36 AMYingding Wang
08/07/2022, 11:30 AMBottomSheetScaffold
, which is very similar to the WearableActionDrawerView
on wear os2. The notification on wear os comes up from the bottom, this might cause a conflict on UI interaction. I thought I should put action buttons on the activity overlays and not on Scaffolds. I am just curious what is the use case for this in your wear app?Radoslaw Juszczyk
08/08/2022, 9:12 AMJohn Nichol
08/08/2022, 10:11 AMKseniia Shumelchyk
08/08/2022, 10:12 AMRadoslaw Juszczyk
08/08/2022, 11:46 AMKseniia Shumelchyk
08/08/2022, 1:41 PMyschimke
08/25/2022, 8:17 PMRadoslaw Juszczyk
08/25/2022, 8:48 PM