Skip to content

Commit

Permalink
Merge pull request #6999 from Bnyro/master
Browse files Browse the repository at this point in the history
fix: unable to create new channel groups
  • Loading branch information
Bnyro authored Jan 22, 2025
2 parents 8469cb1 + c82f55b commit 13c2ad3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class ChannelGroupsSheet : ExpandedBottomSheet(R.layout.dialog_subscription_grou
override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
super.onViewCreated(view, savedInstanceState)

val binding = DialogSubscriptionGroupsBinding.inflate(layoutInflater)
val binding = DialogSubscriptionGroupsBinding.bind(view)
binding.groupsRV.layoutManager = LinearLayoutManager(context)
val groups = channelGroupsModel.groups.value.orEmpty().toMutableList()
val adapter = SubscriptionGroupsAdapter(groups, channelGroupsModel, parentFragmentManager)
Expand Down

0 comments on commit 13c2ad3

Please sign in to comment.