Lany
Lany
This is currently not possible. You can customize a HourMinutePicker. Consider adding this feature later.
What is the mobile phone system version and what model of mobile phone? Try the 1.0.3 version? Will it be reproduced?
kotlin v1.6.10 非Lambda写法正常,Lambda写法无效: .setOnClickListener { Log.i("demo", "这种写法无效") } .setOnClickListener(object : View.OnClickListener { override fun onClick(v: View) { Log.i("demo", "这种写法有效") } }) 大佬,有空的时候帮忙看看