mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-11-07 10:43:48 +00:00
-Reduced fling speed required to close popup by 40%.
This commit is contained in:
@@ -252,7 +252,7 @@ public class PlayerHelper {
|
||||
}
|
||||
|
||||
public static int getShutdownFlingVelocity(@NonNull final Context context) {
|
||||
return 10000;
|
||||
return 6000;
|
||||
}
|
||||
|
||||
public static int getTossFlingVelocity(@NonNull final Context context) {
|
||||
|
||||
Reference in New Issue
Block a user