Fix bug with building args then ignoring it.
Change-Id: Ie3b19b44386812e68e1593c5d257399ac043fd9f
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user