Skip to content

Commit

Permalink
Add WindowManager.LayoutParams.FLAG_LAYOUT_INSET_DECOR
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtr126 committed Oct 6, 2024
1 parent aa233d4 commit d313a0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/xtr/keymapper/server/RemoteService.java
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ private void addCursorView() {
WindowManager.LayoutParams.FLAG_NOT_TOUCHABLE |
WindowManager.LayoutParams.FLAG_FULLSCREEN |
WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN |
WindowManager.LayoutParams.FLAG_LAYOUT_INSET_DECOR |
WindowManager.LayoutParams.FLAG_HARDWARE_ACCELERATED,
// Make the underlying application window visible
// through the cursor
Expand Down

0 comments on commit d313a0a

Please sign in to comment.