summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorYabin Huang <yabinh@google.com>2020-01-29 18:19:26 -0800
committerYabin Huang <yabinh@google.com>2020-01-31 18:18:27 -0800
commit398cfc71a95e1ce547e99aa63ed4e43495a0f592 (patch)
treeb75c0f8fb80cb7eb24019e885c778a86098bb11c /tools/aapt2/java/JavaClassGenerator_test.cpp
parenta3511ce62cde43b35d6846668a34e965f1d2196c (diff)
Fix View backward navigation bug
b/147829061 used View id to search for the next backward view. The problem was that there might be several Views with the same ID in View hierarchy, so it may return the wrong View with the same ID. To fix that, ag/10111732 compared the View itself. The idea was right but there was a bug in that CL. This CL fixed the original bug and the following bugs. Fixes: 148545035 Fixes: 148166620 Bug: 147829061 Test: atest TimePickerTest Test: atest BackwardNavigationTest Test: atest SpinnerTest Change-Id: I4ec44f91bbaa86b0f52e10611b91fcceb2588d12
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions