android-chat-ui
android-chat-ui copied to clipboard
ChatMessage
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?
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.