mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +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
@@ -460,7 +460,7 @@ import java.util.StringJoiner;
|
||||
updateIconAlphaForHome(taskbarWillBeVisible ? 1 : 0);
|
||||
|
||||
// Sync the first frame where we swap taskbar and hotseat.
|
||||
if (firstFrameVisChanged && mCanSyncViews && !Utilities.IS_RUNNING_IN_TEST_HARNESS) {
|
||||
if (firstFrameVisChanged && mCanSyncViews && !Utilities.isRunningInTestHarness()) {
|
||||
ViewRootSync.synchronizeNextDraw(mLauncher.getHotseat(),
|
||||
mControllers.taskbarActivityContext.getDragLayer(),
|
||||
() -> {});
|
||||
|
||||
Reference in New Issue
Block a user