Skip to content

Commit 8c74903

Browse files
committed
Sync
1 parent c48987f commit 8c74903

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/openipc/decoder/Decoder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public class Decoder extends Activity {
182182
// carousel auto-switch state — all accessed on the UI thread only
183183
private static final int CAROUSEL_MIN_SEC = 3;
184184
private static final int CAROUSEL_MAX_SEC = 120;
185-
private static final int CAROUSEL_DEFAULT_SEC = 5;
185+
private static final int CAROUSEL_DEFAULT_SEC = 10;
186186
private boolean carouselEnabled;
187187
private int carouselInterval = CAROUSEL_DEFAULT_SEC;
188188
private final Handler carouselHandler = new Handler(Looper.getMainLooper());

0 commit comments

Comments
 (0)