How to solve Handler() deprecated?

后端 未结 12 1733
眼角桃花
眼角桃花 2020-12-05 09:00

Could anyone know, how to fix the deprecated warning or any alternate solution for this.

Handler().postDelayed({
    context?.let {
        //code
    }
}, 30         


        
12条回答
提交回复
热议问题