new tile management

This commit is contained in:
Philipp Schaefer
2013-12-21 17:09:34 +01:00
parent 1e0e687b71
commit fa89fc67d8
6 changed files with 144 additions and 13 deletions

View File

@ -118,7 +118,7 @@ public class IITC_WebView extends WebView {
}
});
mIitcWebViewClient = new IITC_WebViewClient(c);
mIitcWebViewClient = new IITC_WebViewClient(mIitc);
setWebViewClient(mIitcWebViewClient);
}