-Reduced fling speed required to close popup by 40%.
This commit is contained in:
parent
87a12db995
commit
b786475d88
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ public class PlayerHelper {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static int getShutdownFlingVelocity(@NonNull final Context context) {
|
public static int getShutdownFlingVelocity(@NonNull final Context context) {
|
||||||
return 10000;
|
return 6000;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static int getTossFlingVelocity(@NonNull final Context context) {
|
public static int getTossFlingVelocity(@NonNull final Context context) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue