Skip to content
This repository has been archived by the owner on Nov 25, 2019. It is now read-only.

Commit

Permalink
Clear WebView history if opening next article or following a link
Browse files Browse the repository at this point in the history
  • Loading branch information
itkach committed May 10, 2014
1 parent abbf63b commit 9d460d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aarddict/android/ArticleViewActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,7 @@ private boolean restoreScrollPos() {
}

private void showNext(HistoryItem item_) {
articleView.clearHistory();
final HistoryItem item = new HistoryItem(item_);
final Entry entry = item.next();
runOnUiThread(new Runnable() {
Expand Down

0 comments on commit 9d460d5

Please sign in to comment.