mirror of
https://github.com/metabolist/metatext.git
synced 2024-11-22 08:10:59 +00:00
Ignore safe area for table view
This commit is contained in:
parent
bf19ab7641
commit
9e40c45b0f
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ private extension TabNavigationView {
|
|||
switch tab {
|
||||
case .timelines:
|
||||
StatusListView(viewModel: viewModel.timelineViewModel)
|
||||
.edgesIgnoringSafeArea(.all)
|
||||
.navigationBarTitle(viewModel.identity.handle, displayMode: .inline)
|
||||
.navigationBarItems(
|
||||
leading: Button {
|
||||
|
|
Loading…
Reference in a new issue