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

Commit 242494f0 authored by Tianfan Zhang's avatar Tianfan Zhang
Browse files

Set 30 seconds timeout for cue bar.

Bug: 422273304
Flag: com.android.systemui.enable_underlay
Test: atest AmbientCueViewModelTest
Change-Id: I6d9fb1082e3ba5a7314a82092be94dc54ac63ad4
parent 58c264ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -193,6 +193,6 @@ constructor(

    companion object {
        private const val TAG = "AmbientCueViewModel"
        @VisibleForTesting val AMBIENT_CUE_TIMEOUT_SEC = 15.seconds
        @VisibleForTesting val AMBIENT_CUE_TIMEOUT_SEC = 30.seconds
    }
}