-
Notifications
You must be signed in to change notification settings - Fork 129
Closed
Description
CardDatePickerDialog.builder(activity)
.setMaxTime(System.currentTimeMillis())
.showBackNow(false)
.setDisplayType(
mutableListOf(
DateTimeConfig.YEAR,
DateTimeConfig.MONTH
)
)
.setThemeColor(Color.parseColor("#03A9F4"))
.setLabelText(year = "年", month = "月")
.setOnChoose { millisecond ->
mAnalyzeViewModel.queryDateLiveData.value = millisecond
}
.build()
.show()弹窗关闭后,使用leakCanary检测到内存泄漏
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels