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

Commit 0c80e38c authored by David van Tonder's avatar David van Tonder Committed by Gerrit Code Review
Browse files

Merge "Navbar : Fix left over glow" into cm-10.1

parents 9fe28b94 ee44f3b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -173,7 +173,7 @@ public class KeyButtonView extends ImageView {

            // also invalidate our immediate parent to help avoid situations where nearby glows
            // interfere
            ((View)getParent()).invalidate();
            ((View)getParent().getParent()).invalidate();
        }
    }