From 4e563ce1054cd758dcf73b9ace27eb3e3902b934 Mon Sep 17 00:00:00 2001 From: Ilya Laktyushin Date: Fri, 3 Jul 2020 14:02:00 +0300 Subject: [PATCH] Fix build --- submodules/LegacyComponents/Sources/TGPhotoEditorPreviewView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/LegacyComponents/Sources/TGPhotoEditorPreviewView.h b/submodules/LegacyComponents/Sources/TGPhotoEditorPreviewView.h index cb3866deb9..dca3126e04 100644 --- a/submodules/LegacyComponents/Sources/TGPhotoEditorPreviewView.h +++ b/submodules/LegacyComponents/Sources/TGPhotoEditorPreviewView.h @@ -14,7 +14,7 @@ @property (nonatomic, copy) void(^interactionEnded)(void); -@property (nonatomic, readonly) bool applyMirror; +@property (nonatomic, assign) bool applyMirror; @property (nonatomic, readonly) bool isTracking; @property (nonatomic, assign) bool customTouchDownHandling;