add colors to buttons

This commit is contained in:
Evgeny
2021-07-31 14:21:59 +03:00
parent 747a06ea1c
commit 76c4fad663
7 changed files with 11 additions and 11 deletions

View File

@@ -12,5 +12,5 @@ function onNetworkResult(result)
local quote = json:getValue(result, "object string:quoteText")
local author = json:getValue(result, "object string:quoteAuthor")
ui:showLinesWithAuthors({ quote }, { author })
ui:showLines({ quote }, { author })
end