OSDN Git Service

VoiceSearch is not showing the icon
authorjruesga <jorge@ruesga.com>
Tue, 23 Oct 2012 00:07:52 +0000 (02:07 +0200)
committerjruesga <jorge@ruesga.com>
Tue, 23 Oct 2012 00:07:52 +0000 (02:07 +0200)
This could be a bug in CM. Need to test in a standalone app

src/com/cyanogenmod/explorer/activities/NavigationActivity.java

index eb0debf..80f3b67 100644 (file)
@@ -1092,6 +1092,7 @@ public class NavigationActivity extends Activity
         bundle.putString(
                 SearchActivity.EXTRA_SEARCH_DIRECTORY,
                 getCurrentNavigationView().getCurrentDir());
+        // TODO VoiceSearch icon is now shown. This must be a bug of CM. Verify with a test app.
         startSearch(Preferences.getLastSearch(), true, bundle, false);
         return true;
     }