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

Commit c7ca021a authored by Lucas Dupin's avatar Lucas Dupin Committed by Android (Google) Code Review
Browse files

Merge "Set 30 seconds timeout for cue bar." into main

parents 9e56bcf0 242494f0
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
    }
}