Merge "Make clipboard overlay always nonfocusable"
This commit is contained in:
committed by
Android (Google) Code Review
commit
a06029d0a8
@@ -151,11 +151,7 @@ public class ClipboardOverlayController {
|
||||
mWindow = FloatingWindowUtil.getFloatingWindow(mContext);
|
||||
mWindow.setWindowManager(mWindowManager, null, null);
|
||||
|
||||
if (!mAccessibilityManager.isTouchExplorationEnabled()) {
|
||||
setWindowFocusable(true);
|
||||
} else {
|
||||
setWindowFocusable(false);
|
||||
}
|
||||
setWindowFocusable(false);
|
||||
|
||||
mContainer = (FrameLayout)
|
||||
LayoutInflater.from(mContext).inflate(R.layout.clipboard_overlay, null);
|
||||
|
||||
Reference in New Issue
Block a user