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

Commit 821bc0d0 authored by Pat Manning's avatar Pat Manning Committed by Android (Google) Code Review
Browse files

Merge "Clean up overview icon menu flag after tests and refresh device profile." into main

parents 9f2bc128 999af9ca
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ package com.android.quickstep;
import com.android.launcher3.Flags;
import com.android.launcher3.InvariantDeviceProfile;

import org.junit.After;
import org.junit.Before;

/**
@@ -35,4 +36,11 @@ public class TaplOverviewIconAppChipMenuTest extends TaplOverviewIconTest {
        executeOnLauncher(launcher -> InvariantDeviceProfile.INSTANCE.get(launcher).onConfigChanged(
                launcher));
    }

    @After
    public void tearDown() {
        mSetFlagsRule.disableFlags(Flags.FLAG_ENABLE_OVERVIEW_ICON_MENU);
        executeOnLauncher(launcher -> InvariantDeviceProfile.INSTANCE.get(launcher).onConfigChanged(
                launcher));
    }
}