fixes: Fix padding for views for tabbar

This PR fixes the bottom padding on views to account for the bottom tabbar,
now that the tabbar is an overlay we must account for it.

Changelog-Fixed: Fixed bottom padding for tabbar

Signed-off-by: ericholguin <ericholguin@apache.org>
This commit is contained in:
ericholguin
2024-10-14 19:07:01 -06:00
parent c948c7e230
commit 75a46f4ab4
7 changed files with 9 additions and 4 deletions
+1
View File
@@ -35,6 +35,7 @@ struct DirectMessagesView: View {
}
.padding(.horizontal)
}
.padding(.bottom, tabHeight)
}
func filter_dms(dms: [DirectMessageModel]) -> [DirectMessageModel] {