Skip to content

Commit

Permalink
refactor: Remove useless double jump lines
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBoulongne committed Dec 4, 2024
1 parent 3583cb1 commit 5938bca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import com.infomaniak.swisstransfer.ui.theme.CustomShapes
import com.infomaniak.swisstransfer.ui.theme.SwissTransferTheme
import com.infomaniak.swisstransfer.ui.utils.PreviewLightAndDark


/**
* Most basic and customizable button component.
*
Expand Down Expand Up @@ -127,7 +126,6 @@ enum class ButtonType(val buttonColors: @Composable () -> ButtonColors) {
}),
}


@PreviewLightAndDark
@Composable
private fun Preview() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ class ImportFilesViewModel @Inject constructor(
private val isPasswordValid by derivedStateOf { transferPassword.length in PASSWORD_MIN_LENGTH..PASSWORD_MAX_LENGTH }
//endregion


//region Transfer Message
private var _transferMessage by mutableStateOf("")
val transferMessage = GetSetCallbacks(get = { _transferMessage }, set = { _transferMessage = it })
Expand Down

0 comments on commit 5938bca

Please sign in to comment.