Skip to content
Commit e8b052af authored by Matthew Ng's avatar Matthew Ng
Browse files

Fixes dock side when rotating to seascape after drag to split

Entering split screen (in portrait or landscape) using drag to top
and then rotate to seascape docks primary stack to wrong side. When
entering with drag, display content creates a stack and tries to query
dock side without setting itself into the stack which returns an invalid
dock side. The dock side is used by DockedStackDividerController to hold
the original side that the primary stack split to when
notifyDockedStackExistsChanged occurs. Fix by defering calling
notifyDockedStackExistsChanged until display content is added to the
stack.

Test: manual - drag app in overview to split and rotate CCW
Change-Id: I14f5d68ab95548ee7276c7101c5f991a5ceb69e4
Fixes: 70718233
parent e2861da8
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