Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. public void run() {
  2. me.stopLoading();
  3. LOG.e(TAG, "CordovaWebView: TIMEOUT ERROR!");
  4. if (viewClient != null)
  5. { viewClient.onReceivedError(me, -6, "The connection to the server was unsuccessful.", url); }
  6.  
  7. }
  8.  
  9. if (!isCurrentlyLoading)
  10. { return; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement