diff options
| author | Lena <lena@omega> | 2026-08-01 00:00:00 +0000 |
|---|---|---|
| committer | Lena <lena@omega> | 2026-08-01 00:00:00 +0000 |
| commit | 852a8a00273c9128efeed0217a8e5d3fcd8bf780 (patch) | |
| tree | c72f959731fa3c7c809cf1a0222363b6c9c9b03b /app/src/main/java/invalid/lena/scrcpy/Ui.java | |
| parent | f379b93d52bf0dbd3816ec3f64d165314771d2a6 (diff) | |
| download | scrcpy-android-852a8a00273c9128efeed0217a8e5d3fcd8bf780.tar.gz | |
app: harden mirroring lifecycle and state
Diffstat (limited to 'app/src/main/java/invalid/lena/scrcpy/Ui.java')
| -rw-r--r-- | app/src/main/java/invalid/lena/scrcpy/Ui.java | 2 |
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. |