Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4325fd5c authored by Mateusz Cicheński's avatar Mateusz Cicheński
Browse files

Set the delay of fading out overlay to 450 ms

Bug: 291099063
Change-Id: I1cf87047489069a7114f76620fe63e028aec5f95
Test: manual, comments in the bug show different values and decision
Flag: none, a sys prop default value change
parent f4604875
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ public class PipTaskOrganizer implements ShellTaskOrganizer.TaskListener,

    private static final int EXTRA_CONTENT_OVERLAY_FADE_OUT_DELAY_MS =
            SystemProperties.getInt(
                    "persist.wm.debug.extra_content_overlay_fade_out_delay_ms", 0);
                    "persist.wm.debug.extra_content_overlay_fade_out_delay_ms", 450);

    private final Context mContext;
    private final SyncTransactionQueue mSyncTransactionQueue;