Removing runnable code for timeout because it's not thread-safe

This commit is contained in:
Joe Bowser 2012-04-13 13:00:39 -07:00
parent fea79bc971
commit 8ac274cdca

View File

@ -407,9 +407,11 @@ public class DroidGap extends Activity implements CordovaInterface {
// If timeout, then stop loading and handle error
if (me.loadUrlTimeout == currentLoadUrlTimeout) {
/*
me.appView.stopLoading();
LOG.e(TAG, "DroidGap: TIMEOUT ERROR! - calling webViewClient");
me.webViewClient.onReceivedError(me.appView, -6, "The connection to the server was unsuccessful.", url);
*/
}
}
};