For the registration flow, we have to render different screens for camera and emoji selection.
This diff makes it possible to use EditUserAvatar in both contexts, by conditionally deciding which screen to navigate to based on EditUserAvatarContext state.
Depends on D8046