Fixed crash on iPad when bringing up app long press menus, due to missing UIAlertController popoverPresentation.

This commit is contained in:
Michael Kenny
2020-11-04 14:11:27 +10:30
parent e402902d6e
commit e258551008
3 changed files with 16 additions and 11 deletions
+2 -2
View File
@@ -11,8 +11,8 @@
@protocol AppCallback <NSObject>
- (void) appClicked:(TemporaryApp*) app;
- (void) appLongClicked:(TemporaryApp*) app;
- (void) appClicked:(TemporaryApp*)app view:(UIView*)view;
- (void) appLongClicked:(TemporaryApp*)app view:(UIView*)view;
@end