Fix voice issue
This commit is contained in:
parent
5a32f6c24d
commit
85ace59fd8
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ public class SettingsNavigationActivity extends SettingsBaseActivity {
|
|||
if (MORE_VALUE.equals(newValue)) {
|
||||
// listPref.set(oldValue); // revert the change..
|
||||
final Intent intent = new Intent(this, DownloadIndexActivity.class);
|
||||
intent.putExtra(DownloadIndexActivity.FILTER_KEY, "voice");
|
||||
intent.putExtra(DownloadIndexActivity.FILTER_KEY, getString(R.string.voice));
|
||||
startActivity(intent);
|
||||
} else {
|
||||
super.onPreferenceChange(preference, newValue);
|
||||
|
|
Loading…
Reference in a new issue