forked from shadowfacts/Tusker
Fix conversation reloading on appear
This commit is contained in:
parent
ccfc8331fb
commit
5623cedab3
|
@ -111,7 +111,9 @@ class ConversationViewController: UIViewController {
|
|||
super.viewWillAppear(animated)
|
||||
|
||||
Task {
|
||||
await loadMainStatus()
|
||||
if case .unloaded = state {
|
||||
await loadMainStatus()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue