Skip to content

Commit

Permalink
Merge pull request #1824 from Adyen/fix/meal_voucher_fr_layout
Browse files Browse the repository at this point in the history
Fix layout alignment issue when security code is hidden in meal vouchers
  • Loading branch information
ozgur00 authored Oct 14, 2024
2 parents d193816 + c2bdb8b commit 5dc7270
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ internal class MealVoucherFRView @JvmOverloads constructor(
}
} else {
binding.textInputLayoutMealVoucherFRSecurityCode.isVisible = false
(binding.textInputLayoutMealVoucherFRExpiryDate.layoutParams as LayoutParams).marginEnd = 0
}
}

Expand Down

0 comments on commit 5dc7270

Please sign in to comment.