Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Delete all instances of the history url record (#2314)
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo authored and bluemarvin committed Nov 19, 2019
1 parent c17bd07 commit 7b70213
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 7b70213

Please sign in to comment.