Skip to content

Commit

Permalink
[feat/#26] navigation 정리
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoeunjoo committed Jan 18, 2025
1 parent ae1e19a commit f173597
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/java/org/memento/presentation/main/MainScreen.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import androidx.compose.material3.Scaffold
import androidx.compose.runtime.Composable
import androidx.compose.ui.Modifier
import androidx.compose.ui.tooling.preview.Preview
import org.memento.presentation.component.MementoAiFloatingButton
import org.memento.presentation.navigator.MainNavigator
import org.memento.presentation.navigator.component.BottomNavigationType
import org.memento.presentation.navigator.component.MainBottomBar
Expand Down Expand Up @@ -42,6 +43,7 @@ fun MainScreenContent(
onAddButtonClick = { navigator.navigateToBottomSheet() },
)
},
floatingActionButton = { MementoAiFloatingButton(onClick = {}) }
)
}

Expand Down

0 comments on commit f173597

Please sign in to comment.