[Android] Make audioplayer not hideable

Geoffrey Métais git at videolan.org
Wed Jul 4 14:05:46 CEST 2018


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Jul  4 13:39:24 2018 +0200| [c9fe1cd725a51c17043ee6e90cfcb4c4f04ad5d4] | committer: Geoffrey Métais

Make audioplayer not hideable

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

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

diff --git a/vlc-android/src/org/videolan/vlc/gui/AudioPlayerContainerActivity.java b/vlc-android/src/org/videolan/vlc/gui/AudioPlayerContainerActivity.java
index 7d0fb2e63..87a4976de 100644
--- a/vlc-android/src/org/videolan/vlc/gui/AudioPlayerContainerActivity.java
+++ b/vlc-android/src/org/videolan/vlc/gui/AudioPlayerContainerActivity.java
@@ -247,6 +247,7 @@ public class AudioPlayerContainerActivity extends BaseActivity {
         if (mBottomSheetBehavior.getState() == BottomSheetBehavior.STATE_HIDDEN) {
             mBottomSheetBehavior.setState(BottomSheetBehavior.STATE_COLLAPSED);
         }
+        mBottomSheetBehavior.setHideable(false);
     }
 
     /**



More information about the Android mailing list