Fixed
Status Update
Comments
[Deleted User] <[Deleted User]> #3
(Maybe I don't where this lives in documentation) I'm looking for a similar behavior in SwiftUI where you can call `.sheet()` to invoke a bottom sheet at any point which overtakes the screen. This behaves just like `.alert` in SwiftUI.
il...@google.com <il...@google.com> #4
Thanks, we could reproduce the bug after some time.
A pending fix is athttps://review.source.android.com/24433
A pending fix is at
jo...@jossiwolf.de <jo...@jossiwolf.de> #5
Fix submitted to AOSP tree.
jo...@jossiwolf.de <jo...@jossiwolf.de> #6
I see same problem with ubuntu 11.04 natty fresh install, as it was fresh i loaded sdk r12, with sun java 6 u26.
il...@google.com <il...@google.com>
de...@gmail.com <de...@gmail.com> #7
Is there a workaround available till SDK R13 besides running at scale < 0.5 or >= 1.0?
pa...@gmail.com <pa...@gmail.com> #8
I also am seeing this problem with Ubuntu 11.04 and SDK 12.
il...@google.com <il...@google.com> #9
I'm also seeing this issue with LinuxMint 11 LXDE.
ap...@google.com <ap...@google.com> #10
Sorry for the inconvenience, where is file argb.h
na...@google.com <na...@google.com> #12
Same here with Ubuntu 11.04 (64 bits) and SDK 13...
The link given above to get the fix doesn't work for me :(
The link given above to get the fix doesn't work for me :(
d....@gmail.com <d....@gmail.com> #13
[Comment deleted]
gs...@gmail.com <gs...@gmail.com> #14
This seems to be fixed now with SDK 13 on Ubuntu 11.04 (32bit).
The attached screenshot shows the emulator running at scale 0.55 with normal colors again. Thanks :)
The attached screenshot shows the emulator running at scale 0.55 with normal colors again. Thanks :)
v....@temper.works <v....@temper.works> #15
Terbaik
il...@google.com <il...@google.com> #16
Re
val bottomSheetNavigator = rememberBottomSheetNavigator()
val navController = rememberNavController(bottomSheetNavigator)
If you don't use those lines, you'd get that error message.
Description
Version used: 1.0.0-alpha06
It would be useful to integrate with BottomSheetScaffold so we could treat bottom sheets as navigation destinations. For example, I could call `navController.navigate(someBottomSheetRoute)` to launch a bottom sheet.