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

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

Navbar : Fix left over glow

Invalidate all buttons, to avoid nearby glow interference

Change-Id: I83ab05b91bd5db70390a5c9480513768864a2be7
parent af7b4a43
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();
        }
    }