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

Commit 90d65e7b authored by John Spurlock's avatar John Spurlock Committed by Android Git Automerger
Browse files

am 3d1a8371: am de0bcb8e: am b916b16a: Merge "Doze: Better handling for...

am 3d1a8371: am de0bcb8e: am b916b16a: Merge "Doze: Better handling for non-default templates." into lmp-dev

* commit '3d1a83716e27fd2cafcd0e46d13cfa1394727212':
  Doze: Better handling for non-default templates.
parents b6c0fc86 97b4ec05
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -211,6 +211,7 @@ public class NotificationContentView extends FrameLayout {
    private void setImageViewDark(boolean dark, boolean fade, int imageViewId) {
        // TODO: implement fade
        final ImageView v = (ImageView) mContractedChild.findViewById(imageViewId);
        if (v == null) return;
        final Drawable d = v.getBackground();
        if (dark) {
            v.setLayerType(LAYER_TYPE_HARDWARE, INVERT_PAINT);