small change to view group
Signed-off-by: James Wells <james@jameswells.net>
This commit is contained in:
parent
3a1e2c96fc
commit
38b6066258
|
@ -138,7 +138,7 @@ class SelectAlbumFragment : Fragment() {
|
||||||
)
|
)
|
||||||
|
|
||||||
selectFolderHeader = SelectMusicFolderView(
|
selectFolderHeader = SelectMusicFolderView(
|
||||||
requireContext(), albumListView!!,
|
requireContext(), view as ViewGroup,
|
||||||
{ selectedFolderId ->
|
{ selectedFolderId ->
|
||||||
if (!ActiveServerProvider.isOffline(context)) {
|
if (!ActiveServerProvider.isOffline(context)) {
|
||||||
val currentSetting = activeServerProvider.getActiveServer()
|
val currentSetting = activeServerProvider.getActiveServer()
|
||||||
|
|
Loading…
Reference in New Issue