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

Commit a0ca04d5 authored by Walter Jang's avatar Walter Jang
Browse files

Add factory to create overlays

Bug 26985491

Change-Id: I57ce006e75524ea5b986b6ae90ca1cfdc966fb4e
parent 44c67ec4
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -184,9 +184,7 @@ public class MultiSelectContactsListFragment extends DefaultContactBrowseListFra
            }
        } else {
            mSearchResultClicked = true;
            Logger.getInstance().logSearchEventImpl(
                    createSearchStateForSearchResultClick(position));

            Logger.logSearchEvent(createSearchStateForSearchResultClick(position));
            super.onItemClick(position, id);
        }
        if (mCheckBoxListListener != null && getAdapter().getSelectedContactIds().size() == 0) {