small change to view group

Signed-off-by: James Wells <james@jameswells.net>
This commit is contained in:
James Wells 2021-04-13 00:12:38 -04:00
parent 3a1e2c96fc
commit 38b6066258
No known key found for this signature in database
GPG Key ID: 7A9AB99C0B899FB7
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ class SelectAlbumFragment : Fragment() {
)
selectFolderHeader = SelectMusicFolderView(
requireContext(), albumListView!!,
requireContext(), view as ViewGroup,
{ selectedFolderId ->
if (!ActiveServerProvider.isOffline(context)) {
val currentSetting = activeServerProvider.getActiveServer()