Skip to content

Commit

Permalink
Merge pull request #96 from Infomaniak/reorder-transfertype
Browse files Browse the repository at this point in the history
chore(TransferType): Set `QR Code` as first case
  • Loading branch information
FabianDevel authored Nov 15, 2024
2 parents 1696a30 + 7046c11 commit d51671c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
package com.infomaniak.multiplatform_swisstransfer.common.models

enum class TransferType {
LINK,
QR_CODE,
LINK,
PROXIMITY,
MAIL,
}

0 comments on commit d51671c

Please sign in to comment.