Adrian Solis

Results 4 comments of Adrian Solis

This is similar to what you reported in #125. The code is trying to update a message (1 card) to something that's going to become 2 messages (text + card)....

In your snippet above, it looks like ```withText()``` is what adds the text to the activity. Omit the call to ```withText("World")``` when creating the second activity: that way you're doing...

The snippet above is text->text. Can you share the snippet for your attempt to do a card->card update?

Oh thanks for pointing to the source of the icons. Not sure who created that repo. I took a closer look, and they're all wrong, which explains the issues you're...