When CVC isn't visible, don't complain about starting the read timer
This commit is contained in:
parent
08ae6b3e07
commit
31867c8d06
@ -372,8 +372,8 @@ extension ConversationViewController {
|
||||
timer.invalidate()
|
||||
return
|
||||
}
|
||||
// If the view isn't visible, return
|
||||
guard self.view.window != nil else {
|
||||
owsFailDebug("Read timer fired when ConversationViewController is not in a view hierarchy")
|
||||
timer.invalidate()
|
||||
return
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user