Skip to content

Commit

Permalink
Merge pull request #72 from Infomaniak/auto-display-source-choice
Browse files Browse the repository at this point in the history
Automatically display UploadSourceChoiceBottomSheet when opening ImportFilesScreen
  • Loading branch information
KevinBoulongne authored Sep 23, 2024
2 parents fbe3f8f + 9c80d29 commit 98d12ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import com.infomaniak.swisstransfer.ui.utils.PreviewTablet

@Composable
fun ImportFilesScreen(navigateToTransferTypeScreen: () -> Unit, closeActivity: () -> Unit) {
var showUploadSourceChoiceBottomSheet by rememberSaveable { mutableStateOf(false) }
var showUploadSourceChoiceBottomSheet by rememberSaveable { mutableStateOf(true) }

BottomStickyButtonScaffold(
topBar = {
Expand Down

0 comments on commit 98d12ec

Please sign in to comment.