[Android] VideoPlayerActivity: fix loading not set to Visible

Thomas Guillem git at videolan.org
Fri May 27 11:02:48 CEST 2016


vlc-android | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri May 27 11:00:24 2016 +0200| [81f67c7b8c38599018fc4110b4f0bd8a71b8137e] | committer: Thomas Guillem

VideoPlayerActivity: fix loading not set to Visible

> https://code.videolan.org/videolan/vlc-android/commit/81f67c7b8c38599018fc4110b4f0bd8a71b8137e
---

 vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java | 1 +
 1 file changed, 1 insertion(+)

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 83949cb..55374e8 100644
--- a/vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java
+++ b/vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java
@@ -3269,6 +3269,7 @@ public class VideoPlayerActivity extends AppCompatActivity implements IVLCVout.C
         rotate.setInterpolator(new DecelerateInterpolator());
         rotate.setRepeatCount(RotateAnimation.INFINITE);
         anim.addAnimation(rotate);
+        mLoading.setVisibility(View.VISIBLE);
         mLoading.startAnimation(anim);
     }
 



More information about the Android mailing list