Fixed
Status Update
Comments
xi...@google.com <xi...@google.com>
ss...@gmail.com <ss...@gmail.com> #2
George, you fixed this issue now right?
ss...@gmail.com <ss...@gmail.com> #3
I see the release note in compose-ui 1.7.3:
Fixed exception thrown when the IME is active on an external View and the Next action is used to enter focus on the ComposeView. The clearFocus() behavior aligns with View behavior on API < 28, where clearFocus() can cause the default View to be focused.
However, we can still reproduce this crash with BOM 2024.09.03 and compose-ui 1.7.3.
ss...@gmail.com <ss...@gmail.com> #4
We are also seeing this crash in prod after bumping to 1.7+
ss...@gmail.com <ss...@gmail.com> #5
#1 - could you attach a sample if you can reproduce this consistently?
je...@google.com <je...@google.com>
mi...@google.com <mi...@google.com> #6
The fix I made was for
an...@google.com <an...@google.com> #7
I'm also seeing this crash after update compose to 1.7.4
Description
We are building a App Bundle and want
lintVitalRelease
to be executed during the build process. The task runs during APK builds with theassembleRelease
task, but it doesn’t run during app bundle builds.For me,
assembleRelease
and bundleRelease are essentially about the same thing – building a complete product ready for publishing in Google Play. Therefore, we’d like the lint to run during bundle builds just as it does during APK builds.STEPS TO REPRODUCE:
./gradlew :app:bundleProdRelease
inVersion of Gradle Plugin: 8.7.1 Version of Gradle: 8.10.2