Fix bug #14499324 Label of the "Language & input " page doesn't get updated

...as per the newly selected language

- use also title resource id when possible

Change-Id: Ibeb95d605cd79910c18f4529b749645c9ed0fc17
This commit is contained in:
Fabrice Di Meglio
2014-06-09 12:52:24 -07:00
parent d407f2a05c
commit a9e77993d1
4 changed files with 56 additions and 35 deletions

View File

@@ -181,7 +181,7 @@ public class SearchResultsSummary extends Fragment {
Bundle args = new Bundle();
args.putString(SettingsActivity.EXTRA_FRAGMENT_ARG_KEY, key);
Utils.startWithFragment(sa, className, args, null, 0, screenTitle);
Utils.startWithFragment(sa, className, args, null, 0, -1, screenTitle);
} else {
final Intent intent = new Intent(action);