[Android] VideoPlayerActivity: cosmetics

Jean-Baptiste Kempf git at videolan.org
Fri Jul 4 04:24:31 CEST 2014


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jul  4 04:24:08 2014 +0200| [4b9a813032052fa21b15f3dc39c9a4799056690f] | committer: Jean-Baptiste Kempf

VideoPlayerActivity: cosmetics

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=4b9a813032052fa21b15f3dc39c9a4799056690f
---

 .../src/org/videolan/vlc/gui/video/VideoPlayerActivity.java       |    5 ++---
 1 file changed, 2 insertions(+), 3 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 654654e..fd1db6b 100644
--- a/vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java
+++ b/vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java
@@ -240,14 +240,13 @@ public class VideoPlayerActivity extends Activity implements IVideoPlayer {
         super.onCreate(savedInstanceState);
 
         if (LibVlcUtil.isJellyBeanMR1OrLater()) {
-            // Get the media router service (miracast)
+            // Get the media router service (Miracast)
             mMediaRouter = (MediaRouter) getSystemService(Context.MEDIA_ROUTER_SERVICE);
             mMediaRouterCallback = new MediaRouter.SimpleCallback() {
                 @Override
                 public void onRoutePresentationDisplayChanged(
                         MediaRouter router, MediaRouter.RouteInfo info) {
-                    Log.d(TAG, "onRoutePresentationDisplayChanged: info="
-                            + info);
+                    Log.d(TAG, "onRoutePresentationDisplayChanged: info=" + info);
                     removePresentation();
                 }
             };



More information about the Android mailing list