Loading src/com/android/launcher3/graphics/ShadowDrawable.java +1 −2 Original line number Diff line number Diff line Loading @@ -32,7 +32,6 @@ import android.os.Build; import android.util.AttributeSet; import com.android.launcher3.R; import com.android.launcher3.Utilities; import org.xmlpull.v1.XmlPullParser; import org.xmlpull.v1.XmlPullParserException; Loading Loading @@ -146,7 +145,7 @@ public class ShadowDrawable extends Drawable { d.draw(canvas); } if (Utilities.ATLEAST_OREO) { if (BitmapRenderer.USE_HARDWARE_BITMAP) { bitmap = bitmap.copy(Bitmap.Config.HARDWARE, false); } mState.mLastDrawnBitmap = bitmap; Loading Loading
src/com/android/launcher3/graphics/ShadowDrawable.java +1 −2 Original line number Diff line number Diff line Loading @@ -32,7 +32,6 @@ import android.os.Build; import android.util.AttributeSet; import com.android.launcher3.R; import com.android.launcher3.Utilities; import org.xmlpull.v1.XmlPullParser; import org.xmlpull.v1.XmlPullParserException; Loading Loading @@ -146,7 +145,7 @@ public class ShadowDrawable extends Drawable { d.draw(canvas); } if (Utilities.ATLEAST_OREO) { if (BitmapRenderer.USE_HARDWARE_BITMAP) { bitmap = bitmap.copy(Bitmap.Config.HARDWARE, false); } mState.mLastDrawnBitmap = bitmap; Loading