mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-06-17 14:11:35 +00:00
Fixed crash on iPad when bringing up app long press menus, due to missing UIAlertController popoverPresentation.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user