Skip to content
Snippets Groups Projects
Commit 57804c35 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Enforce audio player visibility

parent 0b4a407b
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment