~singpolyma/cheogram-android

0bd9369ac71fecac1be103f281a7263af0ac93a9 — Stephen Paul Weber 6 months ago b09e936 2.10.10-1
If starting a command, make sure we are showing commands here
1 files changed, 1 insertions(+), 0 deletions(-)

M src/main/java/eu/siacs/conversations/entities/Conversation.java
M src/main/java/eu/siacs/conversations/entities/Conversation.java => src/main/java/eu/siacs/conversations/entities/Conversation.java +1 -0
@@ 1260,6 1260,7 @@ public class Conversation extends AbstractEntity implements Blockable, Comparabl
        }

        public void startCommand(Element command, XmppConnectionService xmppConnectionService) {
            show();
            CommandSession session = new CommandSession(command.getAttribute("name"), xmppConnectionService);

            final IqPacket packet = new IqPacket(IqPacket.TYPE.SET);