Fix bug with building args then ignoring it.

Change-Id: Ie3b19b44386812e68e1593c5d257399ac043fd9f
This commit is contained in:
Kenny Guy
2014-06-24 14:34:14 +01:00
parent 96debb5c96
commit ac1e20ebfc

View File

@@ -746,7 +746,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;