mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 17:06:49 +00:00
Merge changes from topic "running-in-test-camel" into tm-qpr-dev
* changes: Expose IS_RUNNING_IN_TEST_HARNESS as static method. Make isTooltipEnabled a getter due to its mutable dependencies.
This commit is contained in:
committed by
Android (Google) Code Review
commit
d2d2913812
@@ -297,7 +297,7 @@ public class TaskbarStashController implements TaskbarControllers.LoggableTaskba
|
||||
}
|
||||
return supportsVisualStashing()
|
||||
&& isInApp()
|
||||
&& (!Utilities.IS_RUNNING_IN_TEST_HARNESS || mEnableManualStashingDuringTests)
|
||||
&& (!Utilities.isRunningInTestHarness() || mEnableManualStashingDuringTests)
|
||||
&& !DisplayController.isTransientTaskbar(mActivity);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user