Skip to content

Commit

Permalink
Comment out TabSafeScrollView logic:
Browse files Browse the repository at this point in the history
- Don't need this if we use system TabView with our custom fancy tab bar.
  • Loading branch information
boscojwho committed Sep 29, 2023
1 parent d7fa6d2 commit f61bac9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Mlem/Custom Tab Bar/TabSafeScrollView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ import SwiftUI
struct TabSafeScrollView: ViewModifier {
func body(content: Content) -> some View {
content
.safeAreaInset(edge: .bottom) {
Spacer()
.frame(height: AppConstants.fancyTabBarHeight)
}
// .safeAreaInset(edge: .bottom) {
// Spacer()
// .frame(height: AppConstants.fancyTabBarHeight)
// }
}
}

Expand Down

0 comments on commit f61bac9

Please sign in to comment.