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

Commit 82d9d280 authored by Fan Zhang's avatar Fan Zhang
Browse files

Make footer selectable so physical keyboards can navigate

Fixes: 80545214
Test: connected to a physical keyboard
Change-Id: I7d2535d816c791f0805e47e5a40838c8a602fa27
parent 885c9e7a
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);
    }
}