Skip to content

Commit 9f00117

Browse files
committed
Fix typo
Change-Id: Ic083122f69a66b01c72f06496a72ade6a760fa94
1 parent 2ba9de0 commit 9f00117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/firebase/uidemo/database/ChatActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ protected FirebaseRecyclerAdapter<Chat, ChatHolder> getAdapter() {
146146
lastFifty,
147147
this) {
148148
@Override
149-
public void populateViewHolder(ChatHolder holder, Cgit hat chat, int position) {
149+
public void populateViewHolder(ChatHolder holder, Chat chat, int position) {
150150
holder.bind(chat);
151151
}
152152

0 commit comments

Comments
 (0)