Gift auctions

This commit is contained in:
Ilya Laktyushin
2025-11-12 04:46:02 +04:00
parent aba2704dcb
commit 412e02ef00
48 changed files with 3061 additions and 529 deletions

View File

@@ -1451,6 +1451,7 @@ private final class CameraScreenComponent: CombinedComponent {
let captureControls = captureControls.update(
component: CaptureControlsComponent(
context: component.context,
strings: environment.strings,
isTablet: isTablet,
isSticker: isSticker,
hasGallery: !isSticker && !isAvatar,