Merge "Reducing time of TaplTests run" into ub-launcher3-master
This commit is contained in:
committed by
Android (Google) Code Review
commit
ae6d9ed3c5
@@ -115,7 +115,7 @@ public final class LauncherInstrumentation {
|
||||
sActiveContainer = new WeakReference<>(container);
|
||||
}
|
||||
|
||||
boolean isSwipeUpEnabled() {
|
||||
public boolean isSwipeUpEnabled() {
|
||||
return mSwipeUpEnabledOverride != null ? mSwipeUpEnabledOverride : mSwipeUpEnabled;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user