Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 20e8d638 authored by Shasidhar Ganiga's avatar Shasidhar Ganiga Committed by Steve Kondik
Browse files

Fix for half blank screen during App resume



Activity handling config changes is launched and
rotated to landscape mode. Device is suspended
(power key press) and then rotated to potrait mode
and resumed(power screen press to screen on). Now
when keyguard is unlocked the Activity UI is
corrupted for some time before recovering. Some
devices we see  half blank screen, on Nexus we see
Half of the UI is corrupted( tried with chrome app)

The root cause for the issue is that when the device
in landscape the activity layout is set to landscape.
Now after suspending the device and changing the
orientation to potrait this activity relayout and draw
to potrait is not done since mStopped is true(behind
the keyguard view). The change in gerrit overrides
this condition and we dont see the issue.
Signed-off-by: default avatarShasidhar Ganiga <sganig@codeaurora.org>

Change-Id: Ifdf8d1ff4ac523da652b5d192217c7cf4918eadf
parent f845d184
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