Skip to content
This repository was archived by the owner on Nov 9, 2018. It is now read-only.

Commit 48eebf7

Browse files
Removed commented code
Auditors: @bbondy
1 parent d0ba00c commit 48eebf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Application/LinkBubble/src/main/java/com/linkbubble/ui/ContentView.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ public void doUpdateVisitedHistory (String url, boolean isReload, boolean unknow
771771
if (mUrlStack.size() > 0) {
772772
peekUrl = mUrlStack.peek().toString();
773773
}
774-
if (/*isReload || */url.equals("file:///android_asset/blank.html") ||
774+
if (url.equals("file:///android_asset/blank.html") ||
775775
mUrlStack.size() > 0 && peekUrl.equals(url)) {
776776
return;
777777
}

0 commit comments

Comments
 (0)