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
Ewout ter Hoeven
VLC-Android
Commits
90a008ed
Commit
90a008ed
authored
Feb 18, 2015
by
Geoffrey Métais
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix cast
CID #1226359
parent
586ccb24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vlc-android/src/org/videolan/vlc/gui/audio/AudioPlaylistView.java
...oid/src/org/videolan/vlc/gui/audio/AudioPlaylistView.java
+1
-1
No files found.
vlc-android/src/org/videolan/vlc/gui/audio/AudioPlaylistView.java
View file @
90a008ed
...
...
@@ -134,7 +134,7 @@ public class AudioPlaylistView extends ListView {
if
(
mIsDragging
)
{
canvas
.
save
();
// Position the drag shadow.
float
posY
=
mTouchY
-
(
float
)
mDragShadow
.
getMeasuredHeight
()
/
2
;
float
posY
=
mTouchY
-
(
float
)
mDragShadow
.
getMeasuredHeight
()
/
2
f
;
canvas
.
translate
(
0
,
posY
);
mDragShadow
.
draw
(
canvas
);
canvas
.
restore
();
...
...
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