mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Drawing
This commit is contained in:
@@ -196,7 +196,7 @@ private final class AddPaymentMethodSheetComponent: CombinedComponent {
|
||||
})
|
||||
}
|
||||
)),
|
||||
backgroundColor: .white,
|
||||
backgroundColor: .color(.white),
|
||||
animateOut: animateOut
|
||||
),
|
||||
environment: {
|
||||
@@ -204,6 +204,7 @@ private final class AddPaymentMethodSheetComponent: CombinedComponent {
|
||||
SheetComponentEnvironment(
|
||||
isDisplaying: environment.value.isVisible,
|
||||
isCentered: false,
|
||||
hasInputHeight: !environment.inputHeight.isZero,
|
||||
dismiss: { animated in
|
||||
if animated {
|
||||
animateOut.invoke(Action { _ in
|
||||
|
||||
Reference in New Issue
Block a user