Skip to content

Commit

Permalink
Specify overlay so it's accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
airidosas252 authored Nov 13, 2024
1 parent f83ba2a commit e4395b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/com/termux/x11/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
@SuppressLint("ApplySharedPref")
@SuppressWarnings({"deprecation", "unused"})
public class MainActivity extends AppCompatActivity implements View.OnApplyWindowInsetsListener {
private View overlayView;
public static final String ACTION_STOP = "com.termux.x11.ACTION_STOP";
public static final String ACTION_CUSTOM = "com.termux.x11.ACTION_CUSTOM";

Expand Down

0 comments on commit e4395b7

Please sign in to comment.