Merge "Prevent secondary home handle from handling touches"
This commit is contained in:
@@ -662,7 +662,7 @@ public class NavigationBar implements View.OnAttachStateChangeListener,
|
||||
WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE
|
||||
| WindowManager.LayoutParams.FLAG_NOT_TOUCH_MODAL
|
||||
| WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN
|
||||
| WindowManager.LayoutParams.FLAG_SPLIT_TOUCH
|
||||
| WindowManager.LayoutParams.FLAG_NOT_TOUCHABLE
|
||||
| WindowManager.LayoutParams.FLAG_SLIPPERY,
|
||||
PixelFormat.TRANSLUCENT);
|
||||
mOrientationParams.setTitle("SecondaryHomeHandle" + mContext.getDisplayId());
|
||||
|
||||
Reference in New Issue
Block a user