mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 09:39:25 +03:00
changes after rebase
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
f3749b6bd3
commit
b58402cab6
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ public class PreviewMediaFragment extends FileFragment implements OnTouchListene
|
|||
|
||||
if (MimeTypeUtil.isAudio(file)) {
|
||||
binding.mediaController.setMediaPlayer(mediaPlayerServiceConnection);
|
||||
mediaPlayerServiceConnection.start(user, file, mAutoplay, mSavedPlaybackPosition);
|
||||
mediaPlayerServiceConnection.start(user, file, autoplay, savedPlaybackPosition);
|
||||
binding.emptyView.emptyListView.setVisibility(View.GONE);
|
||||
binding.progress.setVisibility(View.GONE);
|
||||
binding.filePreviewContainer.setVisibility(View.VISIBLE);
|
||||
|
|
Loading…
Reference in a new issue