Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Casanowow Life for love
VLC-Android
Commits
57804c35
Commit
57804c35
authored
Aug 21, 2017
by
Geoffrey Métais
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enforce audio player visibility
parent
0b4a407b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vlc-android/src/org/videolan/vlc/gui/audio/AudioPlayer.java
vlc-android/src/org/videolan/vlc/gui/audio/AudioPlayer.java
+1
-0
No files found.
vlc-android/src/org/videolan/vlc/gui/audio/AudioPlayer.java
View file @
57804c35
...
...
@@ -125,6 +125,7 @@ public class AudioPlayer extends PlaybackServiceFragment implements PlaybackServ
@Override
public
void
onViewCreated
(
final
View
view
,
@Nullable
Bundle
savedInstanceState
)
{
super
.
onViewCreated
(
view
,
savedInstanceState
);
view
.
setVisibility
(
View
.
VISIBLE
);
if
(
AndroidUtil
.
isJellyBeanMR1OrLater
)
{
DEFAULT_BACKGROUND_DARKER_ID
=
UiTools
.
getResourceFromAttribute
(
view
.
getContext
(),
R
.
attr
.
background_default_darker
);
DEFAULT_BACKGROUND_ID
=
UiTools
.
getResourceFromAttribute
(
view
.
getContext
(),
R
.
attr
.
background_default
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment