Exemple #1
0
 public void onPageStarted(WebView webview, String s, Bitmap bitmap)
 {
     a.s = s;
     if ((WebViewerActivity.f(a).a == 1 || WebViewerActivity.f(a).a == 2) && a.t != null)
     {
         a.t.a(s);
     }
     WebViewerActivity.a(a, s);
     if (a.g != null)
     {
         a.g.setVisibility(0);
     }
 }
Exemple #2
0
 public void onPageFinished(WebView webview, String s)
 {
     a.g.setVisibility(8);
     a.f(s);
     if (a.v && a.f != null)
     {
         a.v = false;
         a.f.clearHistory();
     }
 }