mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 766635 - Follow up to fix warning. r=mfinkle
This commit is contained in:
parent
4c6cac45a7
commit
4072914c68
@ -48,7 +48,7 @@ public class TabsTray extends LinearLayout
|
||||
// Time to animate non-flicked tabs of screen, in milliseconds
|
||||
private static final int MAX_ANIMATION_TIME = 250;
|
||||
// Extra weight given to detecting vertical swipes over horizontal ones
|
||||
private static final float SWIPE_VERTICAL_WEIGHT = 1.5;
|
||||
private static final float SWIPE_VERTICAL_WEIGHT = 1.5f;
|
||||
private static enum DragDirection {
|
||||
UNKNOWN,
|
||||
HORIZONTAL,
|
||||
|
Loading…
Reference in New Issue
Block a user