Skip to content
Commit c3f29da9 authored by Louis Chang's avatar Louis Chang
Browse files

Do not report resized before sending new configuration

When display size changed, we reported to client that its windows
should be resized (but with old configuration). The new configuration
was then updated later. Since the IWindow#resized is a one way
binder call, there is no guarantee that client has completed
scheduling window-resized messages before the new configuration
updating request. So, test case was flaky while running on CF, which
had failed if the client updated to new configuration prior to handle
window resized.

Bug: 121105810
Test: atest ActivityManagerMultiDisplayTests

Change-Id: Ic661bc36494d268a2e712a079ba26baf47626130
parent 25e0861b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment