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

Commit 188908fc authored by Jason Monk's avatar Jason Monk
Browse files

Fix home button

Change-Id: Ieafff8758340c1a434eed595ecb56415ed9ae62d
parent a2081825
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -393,7 +393,7 @@ public class NavigationBarView extends LinearLayout {
        }

        getBackButton().setVisibility(disableBack      ? View.INVISIBLE : View.VISIBLE);
        getRecentsButton().setVisibility(disableHome   ? View.INVISIBLE : View.VISIBLE);
        getHomeButton().setVisibility(disableHome      ? View.INVISIBLE : View.VISIBLE);
        getRecentsButton().setVisibility(disableRecent ? View.INVISIBLE : View.VISIBLE);

        // The app shelf, if it exists, follows the visibility of the home button.