Skip to content
This repository has been archived by the owner on Oct 1, 2018. It is now read-only.

Commit

Permalink
Fix for #93 and #95
Browse files Browse the repository at this point in the history
  • Loading branch information
nikDemyankov committed Feb 1, 2016
1 parent a35e9d0 commit 9964622
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ public void onStart() {
}

// reload only if we on local storage
if (!dontReloadOnStart && webView.getUrl().startsWith(LOCAL_ASSETS_FOLDER)) {
if (!dontReloadOnStart) {
dontReloadOnStart = true;
redirectToLocalStorageIndexPage();
}

Expand Down

0 comments on commit 9964622

Please sign in to comment.