YoungMaker / iORC

iORC - Organized Roleplay Creator
3 stars 0 forks source link

Character creation data is lost on backwards flow #47

Closed hwilling closed 6 years ago

hwilling commented 6 years ago

When navigating backwards in the flow the hashmap is null due to the map not being passed backwards in the flow, there is a method to having that data passed back to the parent location in the flow when a back button is hit

hwilling commented 6 years ago

fixed this issue with commit f8876fd. Data from the character creation process can is now passed in the reverse flow order when user navigates backwards in the app flow (this could be to switch previously chosen class, race, etc.)