commit | ce4985b607afbfa04cccd842def0cffde52429b2 | [log] [tgz] |
---|---|---|
author | Yoshinori Hirano <yoshinori.hirano@sonymobile.com> | Mon Sep 05 16:11:59 2016 +0900 |
committer | Jackeagle <jackeagle102@gmail.com> | Sun Nov 27 08:45:41 2016 +0530 |
tree | bb00338b80f88008f851d128a357f9f50e2348b8 | |
parent | cc7d7a0a37bb906cd60b8894181e1334f7974150 [diff] |
Hide QS customizer correctly When users open and close QS customizer quickly, QSCustomizer#hide() is not called because QSCustomizer#isCustomizing() returns false. The isCustomizing() becomes true when the expand animation ends. The hide() should be called even though the animation is ongoing. Bug: 30545089 Test: manual - open and close QS customizer quickly Change-Id: Ic483addfb6ae9da31c997fec7778e5acd718c353 Signed-off-by: xyyx <xyyx@mail.ru>