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

Commit 483e3f63 authored by Mateusz Cicheński's avatar Mateusz Cicheński Committed by Android (Google) Code Review
Browse files

Merge "Set the delay of fading out overlay to 450 ms" into main

parents 7ab7a215 4325fd5c
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;