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

Commit a0f6c53b authored by Vadim Tryshev's avatar Vadim Tryshev
Browse files

Marking RecentsView as non-focusable.

There is no use of its focusability, and it causes the view to be
accessibility-focusable, which is not unnecessary, given that
all meaningful actions are done with the task stack.

Bug: 21645706
Change-Id: I6fc29d73d720fec417baeb7ad07cd2cd8690441b
parent 2e42bd9f
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -30,8 +30,7 @@
    <com.android.systemui.recents.views.RecentsView
        android:id="@+id/recents_view"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:focusable="true">
        android:layout_height="match_parent">
    </com.android.systemui.recents.views.RecentsView>

    <!-- Empty View -->