Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes the mSupplyMobileApp constructing again on reopen
Have had a bug whereby if you press the ‘home’ button, but don’t actually kill the app, then you reopen the app by tapping its icon, the currentUser gets set to null (among other things that happen during the MSupplyMobileApp constructor). This was bound to cause some nasty issues, and is fixed by this change.
- Loading branch information