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

Commit 5a673d7f authored by Selim Cinek's avatar Selim Cinek Committed by Android (Google) Code Review
Browse files

Merge "White media notifications are now dimmable"

parents 62c98601 74c2badf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,6 +58,6 @@ public class NotificationMediaTemplateViewWrapper extends NotificationTemplateVi

    @Override
    public boolean isDimmable() {
        return false;
        return getCustomBackgroundColor() == 0;
    }
}