Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit b8590ea

Browse files
kunall17niftynei
authored andcommitted
Fill chatBox on click of title.
1 parent 0856928 commit b8590ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/com/zulip/android/activities/MessageAdapter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ public void onClick(View v) {
133133
public void onClick(View v) {
134134
if (getContext() instanceof NarrowListener) {
135135
((NarrowListener) getContext()).onNarrow(new NarrowFilterStream(message.getStream(), message.getSubject()));
136+
((NarrowListener) getContext()).onNarrowFillSendBox(message);
136137
}
137138
}
138139
});

0 commit comments

Comments
 (0)