summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator.cpp
diff options
context:
space:
mode:
authorRonnie Leng <ronnie.leng@gmail.com>2016-01-04 11:36:08 -0600
committerWale Ogunwale <ogunwale@google.com>2016-01-06 10:47:00 -0800
commitabc218009071244c211936bc91c96ed26220bc0d (patch)
treea00cfdb4b3bb4efc21582afef1b9da3db83045e5 /tools/aapt2/java/JavaClassGenerator.cpp
parent1a3d9ba7ccedf097c7b35c67d3295ded360185e7 (diff)
[WindowManagerService] fix starting window issue
Symptom: 1. Acitivity A and B belong to same task. 2. A is started and start B in its code 3. B is opened with blank screen If starting icon has been display, both startingWindow and startingView should not be null. Current logic only uses judgement on startWindow. In above case, it leads startingView set to null as A and B shares the same starting window due to same task. Then system will not get chance to remove startingView as it is null. It needs add judgement on startingView. Based on https://android-review.googlesource.com/#/c/194370/ Change-Id: I6cfa1a3ebce93ce435cc2d9ada239b1e808988de
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator.cpp')
0 files changed, 0 insertions, 0 deletions