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
7df6a847
Commit
7df6a847
authored
Feb 01, 2012
by
Sébastien Toque
Browse files
widget: missing refresh
parent
0f59148e
Changes
1
Hide whitespace changes
Inline
Side-by-side
vlc-android/src/org/videolan/vlc/android/AudioService.java
View file @
7df6a847
...
...
@@ -122,7 +122,6 @@ public class AudioService extends Service {
pause
();
}
else
if
(!
mLibVLC
.
isPlaying
()
&&
mCurrentMedia
!=
null
)
{
play
();
updateWidget
(
context
);
}
else
{
Intent
iVlc
=
new
Intent
(
context
,
MainActivity
.
class
);
iVlc
.
putExtra
(
MainActivity
.
START_FROM_NOTIFICATION
,
""
);
...
...
@@ -251,6 +250,7 @@ public class AudioService extends Service {
mLibVLC
.
play
();
mHandler
.
sendEmptyMessage
(
SHOW_PROGRESS
);
showNotification
();
updateWidget
(
this
);
}
private
void
stop
()
{
...
...
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