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

Commit 55967b40 authored by Josh Gargus's avatar Josh Gargus
Browse files

Make popup non-modal for contact aggregation suggestion.

When editing a contact's name, the aggregation-engine provides
potential contacts that the user may wish to aggregate the current
contact with.  However, this popup was modal, which is bad UX.

Bug: 5438601
Change-Id: Ic8519c235af75d44cfa060f16107cd64aeef61b9
parent 38611246
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1397,7 +1397,6 @@ public class ContactEditorFragment extends Fragment implements
        mAggregationSuggestionPopup.setAnchorView(anchorView);
        mAggregationSuggestionPopup.setWidth(anchorView.getWidth());
        mAggregationSuggestionPopup.setInputMethodMode(ListPopupWindow.INPUT_METHOD_NOT_NEEDED);
        mAggregationSuggestionPopup.setModal(true);
        mAggregationSuggestionPopup.setAdapter(
                new AggregationSuggestionAdapter(getActivity(),
                        mState.size() == 1 && mState.get(0).isContactInsert(),