We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c48987f commit 8c74903Copy full SHA for 8c74903
1 file changed
app/src/main/java/com/openipc/decoder/Decoder.java
@@ -182,7 +182,7 @@ public class Decoder extends Activity {
182
// carousel auto-switch state — all accessed on the UI thread only
183
private static final int CAROUSEL_MIN_SEC = 3;
184
private static final int CAROUSEL_MAX_SEC = 120;
185
- private static final int CAROUSEL_DEFAULT_SEC = 5;
+ private static final int CAROUSEL_DEFAULT_SEC = 10;
186
private boolean carouselEnabled;
187
private int carouselInterval = CAROUSEL_DEFAULT_SEC;
188
private final Handler carouselHandler = new Handler(Looper.getMainLooper());
0 commit comments