fixed not working reload button

This commit is contained in:
leCradle
2013-03-10 20:59:36 +01:00
parent 897ce2e9f1
commit 5e0efc501b
3 changed files with 13 additions and 1 deletions

View File

@ -55,4 +55,8 @@ public class IITC_WebView extends WebView {
}
//----------------------------------------------------------------
public IITC_WebViewClient getWebViewClient() {
return this.webclient;
}
}