mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-27 12:59:17 +01:00
Fix scroll to id
This commit is contained in:
parent
b10ee3091c
commit
8c72b627df
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user