timigod/android-chat-ui

ChatMessage

Opened this issue · 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?

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.