|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
//
|
|
|
|
|
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
|
|
|
|
|
// Copyright (c) 2019 Open Whisper Systems. All rights reserved.
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
#import "OWSWindowManager.h"
|
|
|
|
@ -65,11 +65,14 @@ const UIWindowLevel UIWindowLevel_MessageActions(void)
|
|
|
|
|
return CGFLOAT_MAX - 100;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#pragma mark -
|
|
|
|
|
|
|
|
|
|
@interface MessageActionsWindow : UIWindow
|
|
|
|
|
|
|
|
|
|
@end
|
|
|
|
|
|
|
|
|
|
#pragma mark -
|
|
|
|
|
|
|
|
|
|
@implementation MessageActionsWindow
|
|
|
|
|
|
|
|
|
|
- (UIWindowLevel)windowLevel
|
|
|
|
@ -83,6 +86,8 @@ const UIWindowLevel UIWindowLevel_MessageActions(void)
|
|
|
|
|
|
|
|
|
|
@end
|
|
|
|
|
|
|
|
|
|
#pragma mark -
|
|
|
|
|
|
|
|
|
|
@implementation OWSWindowRootViewController
|
|
|
|
|
|
|
|
|
|
- (BOOL)canBecomeFirstResponder
|
|
|
|
@ -99,10 +104,14 @@ const UIWindowLevel UIWindowLevel_MessageActions(void)
|
|
|
|
|
|
|
|
|
|
@end
|
|
|
|
|
|
|
|
|
|
#pragma mark -
|
|
|
|
|
|
|
|
|
|
@interface OWSWindowRootNavigationViewController : UINavigationController
|
|
|
|
|
|
|
|
|
|
@end
|
|
|
|
|
|
|
|
|
|
#pragma mark -
|
|
|
|
|
|
|
|
|
|
@implementation OWSWindowRootNavigationViewController : UINavigationController
|
|
|
|
|
|
|
|
|
|
#pragma mark - Orientation
|
|
|
|
|