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

Commit 8cfb6ca5 authored by Johannes Gallmann's avatar Johannes Gallmann Committed by Android (Google) Code Review
Browse files

Merge "Remove @ShellMainThread from CrossTaskBackAnimation" into main

parents 78386ce5 d5289a59
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -52,7 +52,6 @@ import com.android.internal.policy.SystemBarUtils;
import com.android.internal.protolog.ProtoLog;
import com.android.wm.shell.R;
import com.android.wm.shell.animation.Interpolators;
import com.android.wm.shell.shared.annotations.ShellMainThread;

import javax.inject.Inject;

@@ -69,7 +68,6 @@ import javax.inject.Inject;
 * IOnBackInvokedCallback} with WM Shell and receives back dispatches when a back navigation to
 * launcher starts.
 */
@ShellMainThread
public class CrossTaskBackAnimation extends ShellBackAnimation {
    private static final int BACKGROUNDCOLOR = 0x43433A;