|  |  | @ -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" |  |  |  | #import "OWSWindowManager.h" | 
			
		
	
	
		
		
			
				
					|  |  | @ -65,11 +65,14 @@ const UIWindowLevel UIWindowLevel_MessageActions(void) | 
			
		
	
		
		
			
				
					
					|  |  |  |     return CGFLOAT_MAX - 100; |  |  |  |     return CGFLOAT_MAX - 100; | 
			
		
	
		
		
			
				
					
					|  |  |  | } |  |  |  | } | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | #pragma mark - | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | @interface MessageActionsWindow : UIWindow |  |  |  | @interface MessageActionsWindow : UIWindow | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | @end |  |  |  | @end | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | #pragma mark - | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | @implementation MessageActionsWindow |  |  |  | @implementation MessageActionsWindow | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | - (UIWindowLevel)windowLevel |  |  |  | - (UIWindowLevel)windowLevel | 
			
		
	
	
		
		
			
				
					|  |  | @ -83,6 +86,8 @@ const UIWindowLevel UIWindowLevel_MessageActions(void) | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | @end |  |  |  | @end | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | #pragma mark - | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | @implementation OWSWindowRootViewController |  |  |  | @implementation OWSWindowRootViewController | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | - (BOOL)canBecomeFirstResponder |  |  |  | - (BOOL)canBecomeFirstResponder | 
			
		
	
	
		
		
			
				
					|  |  | @ -99,10 +104,14 @@ const UIWindowLevel UIWindowLevel_MessageActions(void) | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | @end |  |  |  | @end | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | #pragma mark - | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | @interface OWSWindowRootNavigationViewController : UINavigationController |  |  |  | @interface OWSWindowRootNavigationViewController : UINavigationController | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | @end |  |  |  | @end | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | #pragma mark - | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | @implementation OWSWindowRootNavigationViewController : UINavigationController |  |  |  | @implementation OWSWindowRootNavigationViewController : UINavigationController | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | #pragma mark - Orientation |  |  |  | #pragma mark - Orientation | 
			
		
	
	
		
		
			
				
					|  |  | 
 |