Merge "Fix bug with building args then ignoring it."
This commit is contained in:
@@ -751,7 +751,7 @@ public class SettingsActivity extends Activity
|
||||
args = new Bundle();
|
||||
}
|
||||
args.putParcelable("intent", superIntent);
|
||||
modIntent.putExtra(EXTRA_SHOW_FRAGMENT_ARGUMENTS, superIntent.getExtras());
|
||||
modIntent.putExtra(EXTRA_SHOW_FRAGMENT_ARGUMENTS, args);
|
||||
return modIntent;
|
||||
}
|
||||
return superIntent;
|
||||
|
Reference in New Issue
Block a user