-Reduced fling speed required to close popup by 40%.

This commit is contained in:
John Zhen Mo
2018-06-28 11:58:33 -07:00
parent 19b8796cbc
commit 0fcef064fb
@@ -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) {