mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
+ Fixed initial highlighting bug in blur annotation.
This commit is contained in:
@@ -212,6 +212,7 @@ typedef NS_ENUM(NSInteger, BITImageAnnotationViewControllerInteractionMode) {
|
||||
[self.currentAnnotation setNeedsLayout];
|
||||
[self.currentAnnotation layoutIfNeeded];
|
||||
} else {
|
||||
[self.currentAnnotation setSelected:NO];
|
||||
self.currentAnnotation = nil;
|
||||
self.currentInteraction = BITImageAnnotationViewControllerInteractionModeNone;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user