Fixed
Status Update
Comments
da...@google.com <da...@google.com>
da...@google.com <da...@google.com> #2
Android Studio 3.5 Canary 8
Build #AI-191.6014.8.35.5375575, built on March 14, 2019
JRE: 1.8.0_152-release-1343-b01 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
Build #AI-191.6014.8.35.5375575, built on March 14, 2019
JRE: 1.8.0_152-release-1343-b01 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
Description
fragment_calc.xml
<Button android:onClick="@{() -> calc.enterDigit(7)} ... />
Calculator.java
public void enterDigit(int digit) { ... }
Currently, you can go from xml -> java but not back. Find usages doesn't show xml references.
Note that this worked as recently as Canary 7.
It's possible we broke it; it's also possible this is due to a recently IntelliJ merge. Either way, we need to investigate ASAP since it's a regression.