]> 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 4e1dcb3c2e17d954f3e3ba2f5231d58cd4a5db6b..d11cec05f6e6d7385db2481ffbb9d18bc855f940 100644 (file)
@@ -37,7 +37,6 @@ public class MyWebView extends WebView {
                     activity.finish();
                     return true;
                 }
-                // TODO Auto-generated method stub
                 return super.shouldOverrideUrlLoading(view, url);
             }
         };