1
0
Fork 0
mirror of https://github.com/Dimillian/IceCubesApp.git synced 2025-04-27 18:34:45 +00:00

Fix scroll to id

This commit is contained in:
Thomas Ricouard 2024-01-01 14:16:42 +01:00
parent b10ee3091c
commit 8c72b627df

View file

@ -93,7 +93,7 @@ import SwiftUI
}
} else {
state = .display(statuses: statuses)
scrollToId = statusId
scrollToId = data.status.id + (data.status.editedAt?.asDate.description ?? "")
}
} catch {
if let error = error as? ServerError, error.httpCode == 404 {