android-chat-ui icon indicating copy to clipboard operation
android-chat-ui copied to clipboard

ChatMessage

Open lizarazu77 opened this issue 7 years ago • 1 comments

Hi! First of all i'm using below as dependencies dependencies { compile 'com.github.timigod:android-chat-ui:v0.1.3' } but I can't see public ChatMessage(String message, long timestamp, Type type, String sender) { this(message, timestamp, type); this.sender = sender; }

why?

lizarazu77 avatar Feb 20 '18 00:02 lizarazu77

Hi, The changes that include this constructor have unfortunately not been tagged as a release. That'll be happening soon. So sorry for the wait.

MichaelObi avatar Jun 29 '18 07:06 MichaelObi