Respond to CR.

This commit is contained in:
Matthew Chen 2019-03-19 11:15:09 -04:00
parent 6ab8ea9b6e
commit 9fe3aa06ed
1 changed files with 2 additions and 1 deletions

View File

@ -4761,7 +4761,8 @@ typedef enum : NSUInteger {
OWSAssertDebug(self.conversationViewModel);
if (!self.viewLoaded) {
OWSLogVerbose(@"Ignoring update; view has not yet loaded.");
// It's safe to ignore updates before the view loads;
// viewWillAppear will call resetContentAndLayout.
return;
}