Avoid one useless status row change
This commit is contained in:
parent
3fc172c303
commit
e67ae9eb33
|
@ -78,7 +78,9 @@ public class StatusRowViewModel: ObservableObject {
|
|||
let url = status.content.statusesURLs.first,
|
||||
client.hasConnection(with: url)
|
||||
else {
|
||||
isEmbedLoading = false
|
||||
if isEmbedLoading {
|
||||
isEmbedLoading = false
|
||||
}
|
||||
return
|
||||
}
|
||||
do {
|
||||
|
|
Loading…
Reference in New Issue