The ProfileSelectionFragment class does not currently handle the adding of new profiles correctly. It currently will not update to display new profiles unless it is completely reloaded. This issue is present even if it is returned to from a different Fragment or Activity.
The correct behavior would be to immediately add the new profile to the list that is displayed.
This also applies to profiles that have been "Deleted" (hidden permanently).
This may be fixed, but I need to double-check.