Skip to content
Snippets Groups Projects
Commit 5c33e127 authored by priagungs's avatar priagungs
Browse files

fix minor bug

parent 77730365
No related merge requests found
...@@ -105,6 +105,9 @@ public class ChatAdapter extends RecyclerView.Adapter { ...@@ -105,6 +105,9 @@ public class ChatAdapter extends RecyclerView.Adapter {
break; break;
case VIEW_TYPE_MESSAGE_RECEIVED: case VIEW_TYPE_MESSAGE_RECEIVED:
((ReceivedMessageHolder) holder).bind(message); ((ReceivedMessageHolder) holder).bind(message);
break;
default:
break;
} }
} }
......
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