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
Casanowow Life for love
VLC-Android
Commits
869ee549
Commit
869ee549
authored
Feb 18, 2012
by
Sébastien Toque
Browse files
delay the update to avoid trying to updated while not yet bound to the service
parent
4518cdae
Changes
1
Hide whitespace changes
Inline
Side-by-side
vlc-android/src/org/videolan/vlc/android/AudioListActivity.java
View file @
869ee549
...
...
@@ -72,7 +72,7 @@ public class AudioListActivity extends ListActivity {
setListAdapter
(
mSongsAdapter
);
getListView
().
setOnCreateContextMenuListener
(
contextMenuListener
);
updateList
(
);
mHandler
.
sendEmptyMessageDelayed
(
MediaLibrary
.
MEDIA_ITEMS_UPDATED
,
250
);
}
@Override
...
...
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