Merge "Fix bug with building args then ignoring it."

This commit is contained in:
Kenny Guy
2014-06-25 09:41:56 +00:00
committed by Android (Google) Code Review

View File

@@ -751,7 +751,7 @@ public class SettingsActivity extends Activity
args = new Bundle(); args = new Bundle();
} }
args.putParcelable("intent", superIntent); args.putParcelable("intent", superIntent);
modIntent.putExtra(EXTRA_SHOW_FRAGMENT_ARGUMENTS, superIntent.getExtras()); modIntent.putExtra(EXTRA_SHOW_FRAGMENT_ARGUMENTS, args);
return modIntent; return modIntent;
} }
return superIntent; return superIntent;