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

Commit 7e170f9b authored by Dan Sandler's avatar Dan Sandler Committed by Android Git Automerger
Browse files

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

* commit 'a20ca819cc169c4d8d16d01a4d8ff95df32d1994':
  Need to post-process all action icons to get the correct color.
parents 68c01cb6 09723fd0
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();
        }

        /**