|  |  |  | @ -256,7 +256,10 @@ class _ChatDetailScreenState extends State<ChatDetailScreen> { | 
		
	
		
			
				|  |  |  |  |                               textDirection: m.textDirection, | 
		
	
		
			
				|  |  |  |  |                               controller: m.message, | 
		
	
		
			
				|  |  |  |  |                               decoration: InputDecoration( | 
		
	
		
			
				|  |  |  |  |                                 hintText: m.isAttachmentMsg ? m.selectedFile.path.split("/").last : LocaleKeys.typeheretoreply.tr(), | 
		
	
		
			
				|  |  |  |  |                                 hintTextDirection: m.textDirection, | 
		
	
		
			
				|  |  |  |  |                                 hintText: m.isAttachmentMsg | 
		
	
		
			
				|  |  |  |  |                                     ? m.selectedFile.path.split("/").last | 
		
	
		
			
				|  |  |  |  |                                     : m.textDirection.name == "rtl" ? "اكتب هنا للرد" :LocaleKeys.typeheretoreply.tr(), | 
		
	
		
			
				|  |  |  |  |                                 hintStyle: TextStyle(color: m.isAttachmentMsg ? MyColors.darkTextColor : MyColors.grey98Color, fontSize: 14), | 
		
	
		
			
				|  |  |  |  |                                 border: InputBorder.none, | 
		
	
		
			
				|  |  |  |  |                                 focusedBorder: InputBorder.none, | 
		
	
	
		
			
				
					|  |  |  | 
 |