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
4f1ba475
Commit
4f1ba475
authored
Feb 18, 2012
by
Sébastien Toque
Browse files
some missing updates in audio
parent
869ee549
Changes
2
Hide whitespace changes
Inline
Side-by-side
vlc-android/src/org/videolan/vlc/android/AudioPlayerActivity.java
View file @
4f1ba475
...
...
@@ -187,6 +187,7 @@ public class AudioPlayerActivity extends Activity implements AudioPlayer {
public
void
onTimeLabelClick
(
View
view
)
{
mShowRemainingTime
=
!
mShowRemainingTime
;
update
();
}
public
void
onTextClick
(
View
view
)
{
...
...
vlc-android/src/org/videolan/vlc/android/AudioService.java
View file @
4f1ba475
...
...
@@ -288,6 +288,7 @@ public class AudioService extends Service {
}
}
mLibVLC
.
readMedia
(
mCurrentMedia
.
getPath
());
mHandler
.
sendEmptyMessage
(
SHOW_PROGRESS
);
showNotification
();
}
...
...
@@ -300,6 +301,7 @@ public class AudioService extends Service {
else
return
;
mLibVLC
.
readMedia
(
mCurrentMedia
.
getPath
());
mHandler
.
sendEmptyMessage
(
SHOW_PROGRESS
);
showNotification
();
}
...
...
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