commit | b4175d89ed8a419ca276bb7884385685550b0dd1 | [log] [tgz] |
---|---|---|
author | Tony Wickham <twickham@google.com> | Wed Jan 24 13:06:23 2018 -0800 |
committer | Tony Wickham <twickham@google.com> | Wed Jan 24 13:06:23 2018 -0800 |
tree | edbef819cc7f5915da831247ed1efc5728416cdd | |
parent | 339d1957bad6a87f83235e2cb1dc4f4188263065 [diff] |
Simplifying/fixing logic for ignoring touches in quick scrub Now we directly set a static boolean as soon as we get the onQuickScrubStart and end binder callbacks, instead of having a member variable in QuickScrubController. Notably, QSC was getting onQuickScrubStart() when doing quick switch, but not onQuickScrubEnd(). This is a byproduct of some other unrelated logic, which the new approach circumvents. Bug: 72444652 Change-Id: I0a3d1ae2e9970cfffc38a25df0b8f04f26cb4cfa