Commit 2e1cb369 by 刘鹏

feat: 修复免费图标刷新问题

parent dc73f7fd
...@@ -371,7 +371,8 @@ internal class ItemIntroHolder(binding: ItemExpertIntroBinding) : ...@@ -371,7 +371,8 @@ internal class ItemIntroHolder(binding: ItemExpertIntroBinding) :
itemView.context as FragmentActivity, itemView.context as FragmentActivity,
url, url,
item.doctorId!!, item.doctorId!!,
uid = item.uid uid = item.uid,
listenFree = item.listenFree.get()
) )
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment