SafeSlingerProject / SafeSlinger-iOS

Source code for iOS platform client SafeSlinger
MIT License
6 stars 2 forks source link

Navigation stack after exchanging keys #65

Closed brnunes closed 9 years ago

brnunes commented 9 years ago

After exchanging keys, the view controllers get in an inconsistent state. Probably caused by these lines.

brnunes commented 9 years ago

MessageDetail ViewController was being pushed in viewWillAppear, before the previous ViewController was shown. Moving the code to viewDidAppear solved the inconsistency.