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,
|
let url = status.content.statusesURLs.first,
|
||||||
client.hasConnection(with: url)
|
client.hasConnection(with: url)
|
||||||
else {
|
else {
|
||||||
isEmbedLoading = false
|
if isEmbedLoading {
|
||||||
|
isEmbedLoading = false
|
||||||
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
do {
|
do {
|
||||||
|
|
Loading…
Reference in New Issue