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

Commit d5289a59 authored by Johannes Gallmann's avatar Johannes Gallmann
Browse files

Remove @ShellMainThread from CrossTaskBackAnimation

CrossTaskBackAnimation constructor is not called from shell main thread, therefore removing the annotation.

Bug: 343039961
Flag: EXEMPT annotation-removal
Test: Manual, i.e. verifying constructor thread
Change-Id: I8c1cea892f8963c420996cea898728183d31ad3b
parent 21b9fd55
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;