]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - src/com/hughes/android/dictionary/MyWebView.java
Fix flags of Scotland. Fix bug with URL encoding HTMLEntry titles.
[Dictionary.git] / src / com / hughes / android / dictionary / MyWebView.java
index d11cec05f6e6d7385db2481ffbb9d18bc855f940..ebec47cb30bf7278398056c7b79c5f37bffd594e 100644 (file)
@@ -33,6 +33,7 @@ public class MyWebView extends WebView {
                     Log.d(LOG, "Handling Quickdic URL: " + url);
                     final Intent result = new Intent();
                     HtmlEntry.quickdicUrlToIntent(url, result);
+                    Log.d(LOG, "SEARCH_TOKEN=" + result.getStringExtra(C.SEARCH_TOKEN));
                     activity.setResult(Activity.RESULT_OK, result);
                     activity.finish();
                     return true;