@ -1439,16 +1439,16 @@ class ConversationActivityV2 : PassphraseRequiredActionBarActivity(), InputBarDe
 
			
		 
		
	
		
			
				 
				 
			
			 
			 
			
				        val  hasSeenGIFMetaDataWarning :  Boolean  =  textSecurePreferences . hasSeenGIFMetaDataWarning ( ) 
 
			
		 
		
	
		
			
				 
				 
			
			 
			 
			
				        if  ( ! hasSeenGIFMetaDataWarning )  { 
 
			
		 
		
	
		
			
				 
				 
			
			 
			 
			
				            val  builder  =  AlertDialog . Builder ( this ) 
 
			
		 
		
	
		
			
				 
				 
			
			 
			 
			
				            builder . setTitle ( " Search GIFs? " ) 
 
			
		 
		
	
		
			
				 
				 
			
			 
			 
			
				            builder . setMessage ( " You will not have full metadata protection when sending GIFs. " ) 
 
			
		 
		
	
		
			
				 
				 
			
			 
			 
			
				            builder . setPositiveButton ( " OK " )  {  dialog :  DialogInterface ,  _ :  Int  -> 
 
			
		 
		
	
		
			
				 
				 
			
			 
			 
			
				            builder . setTitle ( R . string . giphy _permission _title ) 
 
			
		 
		
	
		
			
				 
				 
			
			 
			 
			
				            builder . setMessage ( R . string . giphy _permission _message ) 
 
			
		 
		
	
		
			
				 
				 
			
			 
			 
			
				            builder . setPositiveButton ( R . string . continue _2 )  {  dialog :  DialogInterface ,  _ :  Int  -> 
 
			
		 
		
	
		
			
				 
				 
			
			 
			 
			
				                textSecurePreferences . setHasSeenGIFMetaDataWarning ( ) 
 
			
		 
		
	
		
			
				 
				 
			
			 
			 
			
				                AttachmentManager . selectGif ( this ,  PICK _GIF ) 
 
			
		 
		
	
		
			
				 
				 
			
			 
			 
			
				                dialog . dismiss ( ) 
 
			
		 
		
	
		
			
				 
				 
			
			 
			 
			
				            } 
 
			
		 
		
	
		
			
				 
				 
			
			 
			 
			
				            builder . setNegativeButton ( 
 
			
		 
		
	
		
			
				 
				 
			
			 
			 
			
				                " Cancel " 
 
			
		 
		
	
		
			
				 
				 
			
			 
			 
			
				            ) {  dialog :  DialogInterface ,  _ :  Int  ->  dialog . dismiss ( )   }
 
			
		 
		
	
		
			
				 
				 
			
			 
			 
			
				            builder . setNegativeButton ( R . string . cancel )  {  dialog :  DialogInterface ,  _ :  Int  -> 
 
			
		 
		
	
		
			
				 
				 
			
			 
			 
			
				                dialog . dismiss ( ) 
 
			
		 
		
	
		
			
				 
				 
			
			 
			 
			
				             }
 
			
		 
		
	
		
			
				 
				 
			
			 
			 
			
				            builder . create ( ) . show ( ) 
 
			
		 
		
	
		
			
				 
				 
			
			 
			 
			
				        }  else  { 
 
			
		 
		
	
		
			
				 
				 
			
			 
			 
			
				            AttachmentManager . selectGif ( this ,  PICK _GIF )