Skip to content

Commit

Permalink
Add random quote loading
Browse files Browse the repository at this point in the history
Fixes #161
  • Loading branch information
Mario Bodemann authored and mariobodemann committed Apr 17, 2024
1 parent 23f6508 commit bcf16af
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,12 @@ class ZePreferencesService @Inject constructor(
url = slot.preferencesValue("url"),
)

ZeBadgeType.RANDOM_QUOTE -> ZeConfiguration.Quote(
message = slot.preferencesValue("quote_message"),
author = slot.preferencesValue("quote_author"),
bitmap = bitmap
)

else -> {
Timber.e(
"Slot from Prefs",
Expand Down

0 comments on commit bcf16af

Please sign in to comment.