Share Extension: Fix crash on a weak self

Reported only by app store because we do not catch crashes from the share extension nor siri extension.
This commit is contained in:
manuroe
2018-01-22 19:36:51 +01:00
parent ac4d9d5eae
commit 94ac1f4bb7
@@ -219,6 +219,7 @@ typedef NS_ENUM(NSInteger, ImageCompressionMode)
{
if (weakSelf)
{
typeof(self) self = weakSelf;
itemProvider.isLoaded = YES;
[self.pendingImages addObject:imageData];