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

Commit 6d172800 authored by Daniel Lehmann's avatar Daniel Lehmann
Browse files

Added one flag, fixed two bugs

Bug:6009417
Bug:6009184
Change-Id: I40e495b26cda43deaddd7794a1d09bb69cc77581
parent 6a5397fe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -253,6 +253,7 @@ public class GroupMembershipView extends LinearLayout
        mPopup.setAnchorView(mGroupList);
        mPopup.setAdapter(mAdapter);
        mPopup.setModal(true);
        mPopup.setInputMethodMode(ListPopupWindow.INPUT_METHOD_NOT_NEEDED);
        mPopup.show();

        ListView listView = mPopup.getListView();