[Android] Reduce the delay before the slide menu is shown

Ludovic Fauvet git at videolan.org
Tue Sep 25 17:56:41 CEST 2012


vlc-ports/android | branch: master | Ludovic Fauvet <etix at videolan.org> | Tue Sep 25 17:54:04 2012 +0200| [807689a6cf6f468b45320b1bfb1b7830e6049561] | committer: Ludovic Fauvet

Reduce the delay before the slide menu is shown

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

 vlc-android/src/org/videolan/vlc/gui/MainActivity.java |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vlc-android/src/org/videolan/vlc/gui/MainActivity.java b/vlc-android/src/org/videolan/vlc/gui/MainActivity.java
index a1f5d64..c45f8e8 100644
--- a/vlc-android/src/org/videolan/vlc/gui/MainActivity.java
+++ b/vlc-android/src/org/videolan/vlc/gui/MainActivity.java
@@ -230,7 +230,7 @@ public class MainActivity extends SherlockFragmentActivity {
                     public void run() {
                         mMenu.showBehind();
                     }
-                }, 1000);
+                }, 500);
             }
         }
 



More information about the Android mailing list