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

Commit 09723fd0 authored by Dan Sandler's avatar Dan Sandler Committed by Android (Google) Code Review
Browse files

Merge "Need to post-process all action icons to get the correct color." into lmp-dev

parents 5f2220df aa21e395
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@ import android.media.AudioManager;
import android.media.session.MediaSession;
import android.net.Uri;
import android.os.BadParcelableException;
import android.os.Build;
import android.os.Bundle;
import android.os.Parcel;
import android.os.Parcelable;
@@ -1900,8 +1899,7 @@ public class Notification implements Parcelable
            mPriority = PRIORITY_DEFAULT;
            mPeople = new ArrayList<String>();

            mColorUtil = context.getApplicationInfo().targetSdkVersion < Build.VERSION_CODES.L ?
                    NotificationColorUtil.getInstance() : null;
            mColorUtil = NotificationColorUtil.getInstance();
        }

        /**