Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ewout ter Hoeven
VLC-Android
Commits
751dcfb1
Commit
751dcfb1
authored
Feb 19, 2015
by
Geoffrey Métais
Browse files
Remove unused field
parent
58aecb6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
vlc-android/src/org/videolan/vlc/gui/video/VideoListAdapter.java
View file @
751dcfb1
...
...
@@ -149,7 +149,6 @@ public class VideoListAdapter extends ArrayAdapter<MediaWrapper>
v
=
inflater
.
inflate
(
R
.
layout
.
video_list_card
,
parent
,
false
);
holder
=
new
ViewHolder
();
holder
.
layout
=
v
.
findViewById
(
R
.
id
.
layout_item
);
holder
.
thumbnail
=
(
ImageView
)
v
.
findViewById
(
R
.
id
.
ml_item_thumbnail
);
holder
.
title
=
(
TextView
)
v
.
findViewById
(
R
.
id
.
ml_item_title
);
holder
.
time
=
(
TextView
)
v
.
findViewById
(
R
.
id
.
ml_item_time
);
...
...
@@ -241,7 +240,6 @@ public class VideoListAdapter extends ArrayAdapter<MediaWrapper>
static
class
ViewHolder
{
boolean
listmode
;
View
layout
;
ImageView
thumbnail
;
TextView
title
;
TextView
time
;
...
...
Write
Preview
Supports
Markdown
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