summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2015-09-01 16:00:20 -0400
committerAlan Viverette <alanv@google.com>2015-09-01 16:00:20 -0400
commitbea0c7daa6611d8b96e1271f8854f500a87342fc (patch)
tree5622378cdc9aa272f9358072840089959901780c /tools/aapt2/java/JavaClassGenerator_test.cpp
parent7bbb9ce2537942469b3030c96be0e2274ed92599 (diff)
Keep local run queue in View to avoid posting to wrong thread
Previously any call to post() while a view was detached would stash the runnable on a thread-local RunQueue. If the post() call happened off the UI thread to which the view would later be attached, this would result in the runnable either failing to run or running on some other UI thread. Bug: 22828132 Change-Id: I5289ee91ea4b56c45f003a387a9f7f0e6dc050f9
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions