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

Commit abeb3d92 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix one more import for ContextThemeWrapper." into sc-qpr1-dev am: 1bc5c4fe

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15713462

Change-Id: I2bcdd0beb16d12bc21506bba1a7354f82b8a152c
parents 36ff1cdd 1bc5c4fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ import android.content.Context;
import android.graphics.Color;
import android.graphics.PixelFormat;
import android.graphics.Rect;
import android.view.ContextThemeWrapper;
import android.view.SurfaceControl;
import android.view.SurfaceSession;
import android.view.animation.LinearInterpolator;
@@ -33,7 +34,6 @@ import android.window.DisplayAreaOrganizer;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.annotation.VisibleForTesting;
import androidx.appcompat.view.ContextThemeWrapper;

import com.android.wm.shell.R;
import com.android.wm.shell.common.DisplayLayout;