wealthfront/magellan

Separate calls to onCreateView/onShow in ScreenGroups

ryanmoelter opened this issue · 1 comments

Right now, ScreenGroup calls recreateView (aka onCreateView), createDialog, and onShow in its onShow method. We should split these and instead call them in their proper lifecycle events

Fixed in 2.0