mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-27 10:41:04 +00:00
Avoid one useless status row change
This commit is contained in:
parent
3fc172c303
commit
e67ae9eb33
1 changed files with 3 additions and 1 deletions
|
@ -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 {
|
||||||
|
if isEmbedLoading {
|
||||||
isEmbedLoading = false
|
isEmbedLoading = false
|
||||||
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
do {
|
do {
|
||||||
|
|
Loading…
Reference in a new issue