add colors to buttons
This commit is contained in:
@@ -12,5 +12,5 @@ function onNetworkResult(result)
|
||||
local quote = json:getValue(result, "object string:quote")
|
||||
local author = json:getValue(result, "object string:author")
|
||||
|
||||
ui:showLinesWithAuthors({ quote }, { author })
|
||||
ui:showLines({ quote }, { author })
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user