Fixed
Status Update
Comments
jg...@google.com <jg...@google.com>
ap...@google.com <ap...@google.com> #2
Any suggestions on where such an interface might live? I don't think it makes sense for the interface to be in the drawerlayout artifact if you're specifically going to use the interface to *not* use DrawerLayout.
na...@google.com <na...@google.com> #3
androidx.customview would be a good candidate. This is used by all of the widget libraries.
Description
I'm using aosp/3162520 for making Compose microbenchmarks debuggable with the Android Studio debugger. That includes changes in change in BenchmarkRule to disable the hard deadline, as otherwise the following exception is thrown during debugging:
build.gradle
andAndroidManifest
in the Compose package. I also had to make aWould it be possible to add an instrumentation argument to disable the deadlines?