]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - src/com/hughes/android/dictionary/MyWebView.java
Picking back up in the middle of a major refactoring of the UI, tyring
[Dictionary.git] / src / com / hughes / android / dictionary / MyWebView.java
index 17dc974a6c778ca98e537a412a2f8661a9fbf869..d11cec05f6e6d7385db2481ffbb9d18bc855f940 100644 (file)
@@ -37,20 +37,15 @@ public class MyWebView extends WebView {
                     activity.finish();
                     return true;
                 }
-                // TODO Auto-generated method stub
                 return super.shouldOverrideUrlLoading(view, url);
             }
         };
         setWebViewClient(webViewClient);
     }
 
-
     @Override
     public void onCreateContextMenu(ContextMenu menu) {
         super.onCreateContextMenu(menu);
     }
 
-    
-    
-
 }