|  | @@ -5,7 +5,6 @@ import android.app.Activity;
 | 
	
		
			
			| 5 | 5 |  import android.content.Context;
 | 
	
		
			
			| 6 | 6 |  import android.graphics.Color;
 | 
	
		
			
			| 7 | 7 |  import android.os.Build;
 | 
	
		
			
			| 8 |  | -import android.view.MenuItem;
 | 
	
		
			
			| 9 | 8 |  import android.view.Window;
 | 
	
		
			
			| 10 | 9 |  import android.widget.LinearLayout;
 | 
	
		
			
			| 11 | 10 |  
 | 
	
	
		
			
			|  | @@ -18,7 +17,7 @@ import com.reactnativenavigation.views.ScrollDirectionListener;
 | 
	
		
			
			| 18 | 17 |  import static android.view.ViewGroup.LayoutParams.MATCH_PARENT;
 | 
	
		
			
			| 19 | 18 |  import static android.view.ViewGroup.LayoutParams.WRAP_CONTENT;
 | 
	
		
			
			| 20 | 19 |  
 | 
	
		
			
			| 21 |  | -public class ScreenLayout extends LinearLayout implements ScrollDirectionListener.OnScrollChanged, MenuItem.OnMenuItemClickListener {
 | 
	
		
			
			|  | 20 | +public class ScreenLayout extends LinearLayout implements ScrollDirectionListener.OnScrollChanged {
 | 
	
		
			
			| 22 | 21 |  
 | 
	
		
			
			| 23 | 22 |      private final ScreenParams screenParams;
 | 
	
		
			
			| 24 | 23 |      private ContentView contentView;
 | 
	
	
		
			
			|  | @@ -103,10 +102,4 @@ public class ScreenLayout extends LinearLayout implements ScrollDirectionListene
 | 
	
		
			
			| 103 | 102 |      public void onScrollChanged(ScrollDirectionListener.Direction direction) {
 | 
	
		
			
			| 104 | 103 |  
 | 
	
		
			
			| 105 | 104 |      }
 | 
	
		
			
			| 106 |  | -
 | 
	
		
			
			| 107 |  | -    @Override
 | 
	
		
			
			| 108 |  | -    public boolean onMenuItemClick(MenuItem item) {
 | 
	
		
			
			| 109 |  | -        
 | 
	
		
			
			| 110 |  | -        return false;
 | 
	
		
			
			| 111 |  | -    }
 | 
	
		
			
			| 112 | 105 |  }
 |