Skip to content

Commit

Permalink
Remove navBarTitle space (FriendsScene)
Browse files Browse the repository at this point in the history
  • Loading branch information
peng-u-0807 committed Jul 4, 2024
1 parent 76adef5 commit 6df1d68
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions SNUTT-2022/SNUTT/Views/Scenes/FriendsScene.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ struct FriendsScene: View {
let _ = debugChanges()
Group {
if let token = viewModel.accessToken, let bundleUrl {
ZStack {
STColor.systemBackground
.ignoresSafeArea()
RNFriendsView(accessToken: token, bundleUrl: bundleUrl, colorScheme: colorScheme)
.id(colorScheme)
}
RNFriendsView(accessToken: token, bundleUrl: bundleUrl, colorScheme: colorScheme)
.id(colorScheme)
.navigationBarHidden(true)
.background(STColor.systemBackground)
} else {
ProgressView()
}
Expand Down

0 comments on commit 6df1d68

Please sign in to comment.