| 
				
			 | 
			
			
				@@ -19,7 +19,7 @@ import android.widget.TextView; 
			 | 
		
	
		
			
			| 
				19
			 | 
			
				19
			 | 
			
			
				 import com.reactnativenavigation.parse.Button; 
			 | 
		
	
		
			
			| 
				20
			 | 
			
				20
			 | 
			
			
				 import com.reactnativenavigation.parse.Options; 
			 | 
		
	
		
			
			| 
				21
			 | 
			
				21
			 | 
			
			
				 import com.reactnativenavigation.parse.Text; 
			 | 
		
	
		
			
			| 
				22
			 | 
			
				
			 | 
			
			
				-import com.reactnativenavigation.utils.ArraryUtils; 
			 | 
		
	
		
			
			| 
				
			 | 
			
				22
			 | 
			
			
				+import com.reactnativenavigation.utils.ArrayUtils; 
			 | 
		
	
		
			
			| 
				23
			 | 
			
				23
			 | 
			
			
				 import com.reactnativenavigation.utils.ImageLoader; 
			 | 
		
	
		
			
			| 
				24
			 | 
			
				24
			 | 
			
			
				 import com.reactnativenavigation.utils.UiUtils; 
			 | 
		
	
		
			
			| 
				25
			 | 
			
				25
			 | 
			
			
				 import com.reactnativenavigation.utils.ViewUtils; 
			 | 
		
	
	
		
			
			| 
				
			 | 
			
			
				@@ -162,7 +162,7 @@ public class TitleBarButton implements MenuItem.OnMenuItemClickListener { 
			 | 
		
	
		
			
			| 
				162
			 | 
			
				162
			 | 
			
			
				             for (TextView view : buttons) { 
			 | 
		
	
		
			
			| 
				163
			 | 
			
				163
			 | 
			
			
				                 if (button.title.hasValue() && button.title.get().equals(view.getText())) { 
			 | 
		
	
		
			
			| 
				164
			 | 
			
				164
			 | 
			
			
				                     view.setTag(testId.get()); 
			 | 
		
	
		
			
			| 
				165
			 | 
			
				
			 | 
			
			
				-                } else if (button.icon.hasValue() && ArraryUtils.containes(view.getCompoundDrawables(), icon)) { 
			 | 
		
	
		
			
			| 
				
			 | 
			
				165
			 | 
			
			
				+                } else if (button.icon.hasValue() && ArrayUtils.contains(view.getCompoundDrawables(), icon)) { 
			 | 
		
	
		
			
			| 
				166
			 | 
			
				166
			 | 
			
			
				                     view.setTag(testId.get()); 
			 | 
		
	
		
			
			| 
				167
			 | 
			
				167
			 | 
			
			
				                 } 
			 | 
		
	
		
			
			| 
				168
			 | 
			
				168
			 | 
			
			
				             } 
			 |