mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2025-01-19 02:56:45 -06:00
Fix text in lucky number widget (#1825)
This commit is contained in:
parent
d473d53879
commit
679cf2554d
@ -78,7 +78,7 @@ class LuckyNumberWidgetProvider : AppWidgetProvider() {
|
||||
.apply {
|
||||
setTextViewText(
|
||||
R.id.luckyNumberWidgetNumber,
|
||||
luckyNumber.dataOrNull?.toString() ?: "#"
|
||||
luckyNumber.dataOrNull?.luckyNumber?.toString() ?: "#"
|
||||
)
|
||||
setOnClickPendingIntent(R.id.luckyNumberWidgetContainer, appIntent)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user