Skip to content
Commit 265518c7 authored by Michal Brzezinski's avatar Michal Brzezinski
Browse files

Fixing customizer scroll in collapsed split shade

"mQsFullyExpanded" in the check "mQsFullyExpanded && mQs.disallowPanelTouches()" is redundant as disallowPanelTouches() really checks if customizer or tile detail are visible. Normally, they can be visible only when QS is expanded. The only exception is split shade, when both customizer and detail can be visible without expanding QS and in that case requiring "mQsFullyExpanded" to be true is incorrect condition, that's why it should be removed.

Bug: 196805282
Test: expand split shade but don't expand QS -> click "edit tiles" button -> try to scroll tiles
Change-Id: Ifb5fb792e0580bdf2533b3e04afc233e3eb4c27b
parent 61246e7f
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