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

Commit be47cb7e authored by Danesh Mondegarian's avatar Danesh Mondegarian
Browse files

Lockscreen : Use correct filter for background

Switch over to SRC_ATOP filter instead of using MULTIPLY.

Change-Id: I6b8dac563136cd10b48b6fc6c0ecb2265d0e0b04
parent 6a47444f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -346,7 +346,7 @@ public class KeyguardHostView extends KeyguardViewBase {
            }
        }
        if (back != null) {
            back.setColorFilter(BACKGROUND_COLOR, PorterDuff.Mode.MULTIPLY);
            back.setColorFilter(BACKGROUND_COLOR, PorterDuff.Mode.SRC_ATOP);
            setBackground(back);
        }
    }