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

Commit 7158cec

Browse files
kunall17niftynei
authored andcommitted
Added method to interface for MessageListFragment.
1 parent 9589db4 commit 7158cec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
package com.zulip.android.filters;
22

3+
import com.zulip.android.models.Message;
4+
35
/**
46
* Listener for narrow actions
57
*/
68
public interface NarrowListener {
79
void onNarrow(NarrowFilter narrowFilter);
10+
void onNarrowFillSendBox(Message message);
811
}

0 commit comments

Comments
 (0)