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

Commit aa21e395 authored by Dan Sandler's avatar Dan Sandler
Browse files

Need to post-process all action icons to get the correct color.

This reverts commit fd266000212b33956d586807c76967b30b815cb6.

Bug: 16846210
Change-Id: I67e0acaacb6a4d9eb9a1a7392a7c647ff51c8f54
parent 1cda67f8
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;
@@ -1911,8 +1910,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();
        }

        /**