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

Commit 5eb4c190 authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Fix pressed state when long pressing nav bar buttons

Bug: 16018025

Change-Id: Ic2bc96feae8a68e471fe902ae05611719ecf8dad
parent acf93fef
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -63,7 +63,6 @@ public class KeyButtonView extends ImageView {
                    // Just an old-fashioned ImageView
                    performLongClick();
                }
                setPressed(false);
            }
        }
    };