Remove progress indicator and next unread from timeline until we can properly show and hide them.

This commit is contained in:
Maurice Parker 2020-07-15 13:00:38 -05:00
parent c8077ad214
commit deee6c13f5
1 changed files with 0 additions and 17 deletions

View File

@ -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
}
}