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

Commit 2574423

Browse files
committed
Display ChatBox onNarrow and hide FAB
1 parent f68ec55 commit 2574423

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,6 +1091,8 @@ public void doNarrow(NarrowFilter filter) {
10911091

10921092
@Override
10931093
public void onNarrowFillSendBox(Message message) {
1094+
displayChatBox(true);
1095+
displayFAB(false);
10941096
if (message.getType() == MessageType.PRIVATE_MESSAGE) {
10951097
switchToPrivate();
10961098
topicActv.setText(message.getReplyTo(app));
@@ -1108,6 +1110,8 @@ public void onNarrowFillSendBox(Message message) {
11081110
}
11091111

11101112
public void onNarrowFillSendBoxStream(String stream, String subject) {
1113+
displayChatBox(true);
1114+
displayFAB(false);
11111115
switchToStream();
11121116
streamActv.setText(stream);
11131117
topicActv.setText(subject);

0 commit comments

Comments
 (0)