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

Commit 5bb31d6a authored by Walter Jang's avatar Walter Jang Committed by android-build-merger
Browse files

Add factory to create overlays

am: 9ff6a7ca

* commit '9ff6a7ca':
  Add factory to create overlays
parents 45210b38 9ff6a7ca
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) {