Skip to content

BaseFragment: force updateFabPlayView

Duncan McNamara requested to merge Skantes/vlc-android:update-large-fab into master

Remove unnecessary condition, as if hasFAB is false, updateFabPlayView will have a null visibility, and fab / fabLarge will be hidden anyway. This is usefull when the app starts in Browse, playlist or more where fabPlay will not have been initialized yet.

Fixes #2901 (closed)

Merge request reports