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
a93228ff
Commit
a93228ff
authored
Jan 31, 2012
by
Sébastien Toque
Browse files
widget: force a refresh when play is pressed
parent
2b16a3d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
vlc-android/src/org/videolan/vlc/android/AudioService.java
View file @
a93228ff
...
...
@@ -122,6 +122,7 @@ 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
,
""
);
...
...
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