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

Commit 469fcf2d authored by Walter Jang's avatar Walter Jang Committed by Android (Google) Code Review
Browse files

Merge "Add factory to create overlays"

parents 966276cb a0ca04d5
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) {