I’m trying to use ChannelListFragment.Builder()
alongside with a custom instance of a ChannelListFragment
. When setting argument to such fragment they are being replaced by the builder later. Is there any way to set arguments that I can use in my instance of `ChannelListFragment?
I think that the best approach would be to merge all of the arguments from custom instance of ChannelListFragment
and those added by SendBird sdk so none of them are lost.