Skip to content

Commit

Permalink
Delete all instances of the history url record (MozillaReality#2314)
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo authored and Alexandre Lissy committed Jan 21, 2020
1 parent 25586ea commit 7e9176a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -171,7 +171,7 @@ public void onDelete(View view, VisitInfo item) {
mBinding.executePendingBindings();
}

SessionStore.get().getHistoryStore().deleteHistory(item.getUrl(), item.getVisitTime());
SessionStore.get().getHistoryStore().deleteVisitsFor(item.getUrl());
}

@Override
Expand Down

0 comments on commit 7e9176a

Please sign in to comment.