Skip to content

Commit

Permalink
refactor: refactor Individual collection sheet to compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya-gupta99 committed Jun 11, 2024
1 parent cabb1a4 commit ecdb2f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import com.mifos.core.designsystem.theme.White
fun MifosScaffold(
topBar: @Composable () -> Unit,
snackbarHostState: SnackbarHostState?,
bottomBar: @Composable () -> Unit,
bottomBar: @Composable () -> Unit = {},
content: @Composable (PaddingValues) -> Unit
) {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@ fun NewIndividualCollectionSheetScreen(

MifosScaffold(
topBar = { },
snackbarHostState = snackbarHostState,
bottomBar = { }
snackbarHostState = snackbarHostState
) { paddingValues ->
if (showDatePicker) {
DatePickerDialog(
Expand Down

0 comments on commit ecdb2f8

Please sign in to comment.