Skip to content

Commit

Permalink
Update app/src/main/java/com/infomaniak/swisstransfer/ui/screen/main/…
Browse files Browse the repository at this point in the history
…transfers/TransfersScreenWrapper.kt

Co-authored-by: Kevin Boulongne <[email protected]>
  • Loading branch information
tevincent and KevinBoulongne authored Dec 4, 2024
1 parent 32c420c commit e747aad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ private fun ListPane(
TransferDirection.RECEIVED -> ReceivedScreen(
navigateToDetails = { transferUuid -> navigator.navigateToDetails(direction, transferUuid) },
getSelectedTransferUuid = navigator::getSelectedTransferUuid,
hasTransfer = { hasTransfer(it) }
hasTransfer = hasTransfer,
)
}
}
Expand Down

0 comments on commit e747aad

Please sign in to comment.