mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-09-03 08:33:46 +00:00
Fix scroll to id
This commit is contained in:
parent
b10ee3091c
commit
8c72b627df
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ import SwiftUI
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
state = .display(statuses: statuses)
|
state = .display(statuses: statuses)
|
||||||
scrollToId = statusId
|
scrollToId = data.status.id + (data.status.editedAt?.asDate.description ?? "")
|
||||||
}
|
}
|
||||||
} catch {
|
} catch {
|
||||||
if let error = error as? ServerError, error.httpCode == 404 {
|
if let error = error as? ServerError, error.httpCode == 404 {
|
||||||
|
|
Loading…
Reference in a new issue