Browse Source

AC rem0te: shorter delay for plus/minus butt0n anim00tions imo tbh

Wazakindjes 1 year ago
parent
commit
54b2adbe5f

BIN
app/rem0t0.apk


+ 1 - 1
app/src/app_rem0t0/src/main/java/com/jemoeder/lief/rem0t0/MainActivity.java

@@ -556,7 +556,7 @@ public class MainActivity extends AppCompatActivity {
 						sb.setProgress(fprogress); // Actually drag
 						sb.performClick(); // Release drag
 					}
-				}, 100);
+				}, 20);
 
 				cmd = null; // Cancel this command and let the seekbar listener do the rest ;]
 				break;

+ 2 - 2
app/src/app_rem0t0/version.properties

@@ -1,2 +1,2 @@
-#Sat Mar 26 18:17:27 CET 2022
-VERSION_CODE=436
+#Sat Mar 26 19:52:04 CET 2022
+VERSION_CODE=437