Bugfix : Quick pulldown sometimes flips when it should not
When your Quick Settings Panel is set to Quick pulldown : right Sometimes (very intermittently) the tray flips (to Quick Settings) as you pull it down from the right side. This is happening because the pull down happened so fast you can see the top 0-10 pixels of the tray, and because it was showing the notifications, not the Quick Settiings However the user expects the tray not to flip, but to just be on the Quck Settings. The new code simply checks to see that the Event was a pull down event and that the event started in the top status bar. If this is the case, then the quick panel is swapped to (without flip) Special Thanks to my daughter Jenny fo painstakingly reproducing this bug. Change-Id: I8fdbedb1aa6d4fd672bd4cb58b7c99557469ab62
Loading
Please register or sign in to comment