Remove progress indicator and next unread from timeline until we can properly show and hide them.
This commit is contained in:
parent
c8077ad214
commit
deee6c13f5
|
@ -43,23 +43,6 @@ struct TimelineToolbarModifier: ViewModifier {
|
|||
ToolbarItem {
|
||||
Spacer()
|
||||
}
|
||||
|
||||
ToolbarItem(placement: .automatic) {
|
||||
RefreshProgressView()
|
||||
}
|
||||
|
||||
ToolbarItem {
|
||||
Spacer()
|
||||
}
|
||||
|
||||
ToolbarItem {
|
||||
Button {
|
||||
} label: {
|
||||
AppAssets.nextUnreadArticleImage.font(.title3)
|
||||
}
|
||||
.help("Next Unread")
|
||||
}
|
||||
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue