Fix crash when clearing the pasteboard.
This commit is contained in:
@@ -294,7 +294,7 @@
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
[self importSites:importedSitesString];
|
[self importSites:importedSitesString];
|
||||||
[UIPasteboard generalPasteboard].string = nil;
|
[UIPasteboard generalPasteboard].string = @"";
|
||||||
} cancelTitle:@"No" otherTitles:@"Import Sites", nil];
|
} cancelTitle:@"No" otherTitles:@"Import Sites", nil];
|
||||||
} );
|
} );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user