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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user