BaseFragment: force updateFabPlayView
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)