Skip to content

Commit

Permalink
Don’t select any item after long-press a site
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecasariego committed Sep 18, 2018
1 parent 2204a0f commit 9b397a2
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -290,7 +290,6 @@ public boolean onLongClick(View view) {
return true;
} else if (mSiteSelectedListener != null) {
boolean result = mSiteSelectedListener.onSiteLongClick(getItem(clickedPosition));
setItemSelected(clickedPosition, true);
return result;
}
} else {
Expand Down Expand Up @@ -388,7 +387,6 @@ void setEnableEditMode(boolean enable) {

mIsMultiSelectEnabled = enable;
mSelectedPositions.clear();
notifyDataSetChanged();

loadSites();
}
Expand Down

0 comments on commit 9b397a2

Please sign in to comment.