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

pull/1392/head
John Zhen Mo 2018-05-11 19:42:39 -07:00
rodzic 19b8796cbc
commit 0fcef064fb
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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) {