- Top-level uri fixup part 2: Remember base uri in CacheProvider;

do the rectification in CacheProvider too
This commit is contained in:
zzz
2011-06-30 16:59:44 +00:00
parent 57f3c95d72
commit a88edb8ea8
4 changed files with 115 additions and 41 deletions

View File

@ -86,6 +86,8 @@ public class WebActivity extends I2PActivityBase {
_wvClient.cancelAll();
wv.stopLoading();
if (wv.canGoBack()) {
// TODO go into history, get url and call shouldOverrideUrlLoading()
// so we have control ??? But then back won't work right
wv.goBack();
return true;
}