| 
				
			 | 
			
			
				@@ -382,11 +382,10 @@ public class BottomTabsLayout extends RelativeLayout implements Layout, AHBottom 
			 | 
		
	
		
			
			| 
				382
			 | 
			
				382
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				383
			 | 
			
				383
			 | 
			
			
				     @Override 
			 | 
		
	
		
			
			| 
				384
			 | 
			
				384
			 | 
			
			
				     public void onSideMenuButtonClick() { 
			 | 
		
	
		
			
			| 
				
			 | 
			
				385
			 | 
			
			
				+        final String navigatorEventId = getCurrentScreenStack().peek().getNavigatorEventId(); 
			 | 
		
	
		
			
			| 
				
			 | 
			
				386
			 | 
			
			
				+        NavigationApplication.instance.getEventEmitter().sendNavigatorEvent("sideMenu", navigatorEventId); 
			 | 
		
	
		
			
			| 
				385
			 | 
			
				387
			 | 
			
			
				         if (sideMenu != null) { 
			 | 
		
	
		
			
			| 
				386
			 | 
			
				388
			 | 
			
			
				             sideMenu.openDrawer(Side.Left); 
			 | 
		
	
		
			
			| 
				387
			 | 
			
				
			 | 
			
			
				-        } else { 
			 | 
		
	
		
			
			| 
				388
			 | 
			
				
			 | 
			
			
				-            final String navigatorEventId = getCurrentScreenStack().peek().getNavigatorEventId(); 
			 | 
		
	
		
			
			| 
				389
			 | 
			
				
			 | 
			
			
				-            NavigationApplication.instance.getEventEmitter().sendNavigatorEvent("sideMenu", navigatorEventId); 
			 | 
		
	
		
			
			| 
				390
			 | 
			
				389
			 | 
			
			
				         } 
			 | 
		
	
		
			
			| 
				391
			 | 
			
				390
			 | 
			
			
				     } 
			 | 
		
	
		
			
			| 
				392
			 | 
			
				391
			 | 
			
			
				 } 
			 |