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

Commit f63bfe6f authored by Yorke Lee's avatar Yorke Lee
Browse files

Keyboard nav fix for list in GroupDetailFragment

Bug: 7495057
Change-Id: I8847a6fc33f719e9ce828d26ba73367c13426483
parent de54ee85
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -155,6 +155,7 @@ public class GroupDetailFragment extends Fragment implements OnScrollListener {
                R.id.group_source_view_container);
        mEmptyView = mRootView.findViewById(android.R.id.empty);
        mMemberListView = (ListView) mRootView.findViewById(android.R.id.list);
        mMemberListView.setItemsCanFocus(true);
        mMemberListView.setAdapter(mAdapter);

        return mRootView;