Fixing scrolling up in App Apps.

Done by scrolling only when scroll position is not zero. This way, the
scroll gesture can't close All Apps.

Bug: 110103162
Test: TaplTests suite
Change-Id: Icfe47d2bcc0210ae221df169d6c35cd1be10ff86
This commit is contained in:
Vadim Tryshev
2018-08-02 14:15:05 -07:00
parent 899c08aee8
commit ff3fa34a7a
6 changed files with 102 additions and 27 deletions
+4
View File
@@ -602,4 +602,8 @@ public final class Utilities {
msg.setAsynchronous(true);
handler.sendMessage(msg);
}
public interface Consumer<T> {
void accept(T var1);
}
}