[Android] Remove redundant calls
Geoffrey Métais
git at videolan.org
Tue Dec 20 17:54:33 CET 2016
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Dec 20 16:41:22 2016 +0100| [59dc859971be483bbeb07deaa3fc5cd96f61a450] | committer: Geoffrey Métais
Remove redundant calls
> https://code.videolan.org/videolan/vlc-android/commit/59dc859971be483bbeb07deaa3fc5cd96f61a450
---
vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java | 2 --
1 file changed, 2 deletions(-)
diff --git a/vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java b/vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java
index 6fea1e4..1002556 100644
--- a/vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java
+++ b/vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java
@@ -581,8 +581,6 @@ public class VideoPlayerActivity extends AppCompatActivity implements IVLCVout.C
uri = convertedUri;
}
mUri = uri;
- updateSeekable(mService.isSeekable());
- updatePausable(mService.isPausable());
mTitle.setText(mService.getCurrentMediaWrapper().getTitle());
if (mPlaylist.getVisibility() == View.VISIBLE) {
mPlaylistAdapter.setCurrentIndex(mService.getCurrentMediaPosition());
More information about the Android
mailing list