We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd5cbd4 commit 4bb6b23Copy full SHA for 4bb6b23
apple/InlineIOS/Main/HomeToolbarContent.swift
@@ -52,9 +52,9 @@ struct HomeToolbarContent: ToolbarContent {
52
.font(.title3)
53
.fontWeight(.semibold)
54
.contentTransition(.numericText())
55
+ .animation(.spring(duration: 0.5), value: getStatusText(apiState))
56
+ .animation(.spring(duration: 0.5), value: shouldShow)
57
}
- .animation(.spring(duration: 0.5), value: getStatusText(apiState))
- .animation(.spring(duration: 0.5), value: shouldShow)
58
59
60
.onAppear {
apple/InlineIOS/Main/HomeView.swift
@@ -45,7 +45,7 @@ struct HomeView: View {
45
if !searchResults.isEmpty {
46
searchResultsView
47
} else if home.chats.isEmpty {
48
- EmptyHomeView()
+ EmptyHomeView()
49
} else {
50
List {
51
if !home.spaces.isEmpty {
0 commit comments