We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f230d85 commit d86d33eCopy full SHA for d86d33e
1 file changed
DevLog/UI/Home/TodoListView.swift
@@ -303,10 +303,10 @@ struct TodoListView: View {
303
GeometryReader { geometry in
304
Color.clear
305
.onAppear {
306
- headerHeight = geometry.size.height
+ headerHeight = geometry.size.height + 1
307
}
308
.onChange(of: geometry.size.height) { _, height in
309
- headerHeight = height
+ headerHeight = height + 1
310
311
312
0 commit comments