@ -11,7 +11,7 @@
android:layout_height="wrap_content"
android:stepSize="1"
android:valueFrom="1"
android:valueTo="30"
android:valueTo="15"
app:thumbColor="@color/blue_500"
app:trackColorActive="@color/blue_500"
app:trackColorInactive="@color/blue_50" />
@ -215,7 +215,7 @@ public class Setting {
}
public static int getBuffer() {
return Math.min(Math.max(Prefers.getInt("exo_buffer"), 1), 30);
return Math.min(Math.max(Prefers.getInt("exo_buffer"), 1), 15);
public static void putBuffer(int buffer) {
@ -14,7 +14,7 @@
</LinearLayout>