Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 56c0931e authored by Tracy Zhou's avatar Tracy Zhou
Browse files

Enable Live Tile

Fixes: 169694902
Fixes: 174866547
Fixes: 181937887
Test: manual
Change-Id: I5f2f304d4003e72ed2fb4ea0b0c74f06d2adfe4b
parent 2b30076a
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -617,9 +617,6 @@ public abstract class RecentsView<T extends StatefulActivity> extends PagedView
    @Override
    protected void onWindowVisibilityChanged(int visibility) {
        super.onWindowVisibilityChanged(visibility);
        if (visibility != VISIBLE && LIVE_TILE.get()) {
            finishRecentsAnimation(true /* toRecents */, null);
        }
        updateTaskStackListenerState();
    }

+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ public final class FeatureFlags {
            "ADAPTIVE_ICON_WINDOW_ANIM", true, "Use adaptive icons for window animations.");

    public static final BooleanFlag ENABLE_QUICKSTEP_LIVE_TILE = getDebugFlag(
            "ENABLE_QUICKSTEP_LIVE_TILE", false, "Enable live tile in Quickstep overview");
            "ENABLE_QUICKSTEP_LIVE_TILE", true, "Enable live tile in Quickstep overview");

    // Keep as DeviceFlag to allow remote disable in emergency.
    public static final BooleanFlag ENABLE_SUGGESTED_ACTIONS_OVERVIEW = new DeviceFlag(