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

Commit 3f9262a9 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Make footer selectable so physical keyboards can navigate"

parents b218e730 82d9d280
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -59,6 +59,5 @@ public class FooterPreference extends Preference {
        setIcon(R.drawable.ic_info_outline_24);
        setKey(KEY_FOOTER);
        setOrder(ORDER_FOOTER);
        setSelectable(false);
    }
}