Skip to content

Commit

Permalink
[DELETE/#15] BackWithTitleTopAppBar 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
arinming committed Jul 6, 2024
1 parent 10074f4 commit 3cd0c30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ fun MainScreen(
navigator: MainNavigator = rememberMainNavigator(),
) {
Scaffold(
topBar = { BackWithTitleTopAppBar(title = "Terning") { navigator.navigateUp() } },
topBar = { BackWithTitleTopAppBar(title = "") { navigator.navigateUp() } },
bottomBar = {
MainBottomBar(
isVisible = navigator.showBottomBar(),
Expand Down

0 comments on commit 3cd0c30

Please sign in to comment.