2
0

Fix crash when clearing the pasteboard.

This commit is contained in:
Maarten Billemont 2014-10-22 23:32:25 -04:00
parent 33e1492b44
commit 3c2b5de4b8

View File

@ -294,7 +294,7 @@
return;
[self importSites:importedSitesString];
[UIPasteboard generalPasteboard].string = nil;
[UIPasteboard generalPasteboard].string = @"";
} cancelTitle:@"No" otherTitles:@"Import Sites", nil];
} );