Commit 337248ba authored by Leonardo Aramaki's avatar Leonardo Aramaki

Show loading animation at fresh open a new channel

parent c22c8f0a
......@@ -32,6 +32,7 @@ public class MessageListAdapter extends ExtModelListAdapter<Message, PairedMessa
public MessageListAdapter(Context context, String hostname) {
super(context);
this.hostname = hostname;
this.hasNext = true;
}
public void setAbsoluteUrl(AbsoluteUrl absoluteUrl) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment