Handler().postDelayed is now deprecated. What function to call instead?

前端 未结 0 887
逝去的感伤
逝去的感伤 2020-12-29 14:25

I use this function to delay the notifyDatasetChanged() function.

Handler().postDelayed({
    notifyDataSetChanged()
                        }, 1         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题