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…
Reference in New Issue