Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Casanowow Life for love
VLC-Android
Commits
6f11dd82
Commit
6f11dd82
authored
Jan 16, 2014
by
Adrien Maglo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Audio player: fix the playlist scroll
parent
8b576371
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
vlc-android/src/org/videolan/vlc/widget/SlidingPaneLayout.java
...ndroid/src/org/videolan/vlc/widget/SlidingPaneLayout.java
+3
-1
No files found.
vlc-android/src/org/videolan/vlc/widget/SlidingPaneLayout.java
View file @
6f11dd82
...
...
@@ -540,7 +540,9 @@ public class SlidingPaneLayout extends ViewGroup {
}
}
final
boolean
interceptForDrag
=
mDragHelper
.
shouldInterceptTouchEvent
(
ev
);
final
boolean
interceptForDrag
=
mDragHelper
.
shouldInterceptTouchEvent
(
ev
)
// Intercept touch events only in the overhang area.
&&
ev
.
getY
()
<=
mSlideOffset
*
mSlideRange
+
mOverhangSize
;
return
interceptForDrag
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment