We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a162be commit fb04a51Copy full SHA for fb04a51
java/org/gnu/emacs/EmacsWindow.java
@@ -396,7 +396,7 @@ private static class Coordinate
396
rect = getGeometry ();
397
flags |= WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE;
398
flags |= WindowManager.LayoutParams.FLAG_NOT_TOUCHABLE;
399
- type = WindowManager.LayoutParams.TYPE_APPLICATION_ATTACHED_DIALOG;
+ type = WindowManager.LayoutParams.TYPE_APPLICATION_PANEL;
400
401
params
402
= new WindowManager.LayoutParams (rect.width (), rect.height (),
0 commit comments