From 852a8a00273c9128efeed0217a8e5d3fcd8bf780 Mon Sep 17 00:00:00 2001 From: Lena Date: Sat, 1 Aug 2026 00:00:00 +0000 Subject: app: harden mirroring lifecycle and state --- app/src/main/java/invalid/lena/scrcpy/Ui.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/java/invalid/lena/scrcpy/Ui.java') 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. -- cgit v1.2.3