Fix #1590
This commit is contained in:
parent
fd1ec73773
commit
e0663bf177
|
@ -37,7 +37,7 @@ struct TimelineTab: View {
|
|||
init(popToRootTab: Binding<Tab>, timeline: TimelineFilter? = nil) {
|
||||
canFilterTimeline = timeline == nil
|
||||
_popToRootTab = popToRootTab
|
||||
self.timeline = timeline ?? .home
|
||||
_timeline = .init(initialValue: timeline ?? .home)
|
||||
}
|
||||
|
||||
var body: some View {
|
||||
|
|
Loading…
Reference in New Issue