1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2025-02-18 12:40:52 +01:00

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

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()