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

Commit 5159ac55 authored by Yorke Lee's avatar Yorke Lee Committed by Android (Google) Code Review
Browse files

Merge "Keyboard nav fix for list in GroupDetailFragment" into jb-mr1.1-dev

parents f5d37174 f63bfe6f
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;