Merge "Reducing time of TaplTests run" into ub-launcher3-master

This commit is contained in:
TreeHugger Robot
2018-08-20 22:29:47 +00:00
committed by Android (Google) Code Review
@@ -115,7 +115,7 @@ public final class LauncherInstrumentation {
sActiveContainer = new WeakReference<>(container);
}
boolean isSwipeUpEnabled() {
public boolean isSwipeUpEnabled() {
return mSwipeUpEnabledOverride != null ? mSwipeUpEnabledOverride : mSwipeUpEnabled;
}