aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/invalid/lena/scrcpy/Ui.java
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/java/invalid/lena/scrcpy/Ui.java')
-rw-r--r--app/src/main/java/invalid/lena/scrcpy/Ui.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/java/invalid/lena/scrcpy/Ui.java b/app/src/main/java/invalid/lena/scrcpy/Ui.java
index 91b8b66..d750219 100644
--- a/app/src/main/java/invalid/lena/scrcpy/Ui.java
+++ b/app/src/main/java/invalid/lena/scrcpy/Ui.java
@@ -5,7 +5,7 @@ import android.view.View;
// Window inset plumbing for the non-fullscreen activities.
//
-// targetSdk 35 makes every window edge-to-edge on Android 15: the system
+// targetSdk 35 and later make every window edge-to-edge on Android 15: the system
// no longer insets the content view, so an unhandled layout draws under
// the status and navigation bars. Mirror wants that and opts in itself;
// Main and Settings do not, so they pad their root by the bar sizes.