mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-23 08:50:58 +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,
|
||||
client.hasConnection(with: url)
|
||||
else {
|
||||
if isEmbedLoading {
|
||||
isEmbedLoading = false
|
||||
}
|
||||
return
|
||||
}
|
||||
do {
|
||||
|
|
Loading…
Reference in a new issue