diff --git a/framework/src/org/apache/cordova/NativeToJsMessageQueue.java b/framework/src/org/apache/cordova/NativeToJsMessageQueue.java index 807e87ea..8e022b4d 100755 --- a/framework/src/org/apache/cordova/NativeToJsMessageQueue.java +++ b/framework/src/org/apache/cordova/NativeToJsMessageQueue.java @@ -303,8 +303,6 @@ public class NativeToJsMessageQueue { webView.setNetworkAvailable(true); } public void onNativeToJsMessageAvailable() { - // TODO(agrieve): consider running this *not* on the main thread, since it just - // sends a message under-the-hood anyways. cordova.getActivity().runOnUiThread(runnable); } }