This repository was archived by the owner on Aug 14, 2019. It is now read-only.
This repository was archived by the owner on Aug 14, 2019. It is now read-only.
showTypingIndicator not appearing #352
Closed
Description
The typing indicator does not appear when set to YES, there seems to be space made for it, but it does not render.
This bug can be reproduced using the demo application by modifying the function receiveMessagePressed
, insert a return
statement after:
self.showTypingIndicator = !self.showTypingIndicator;
Now the user needs to press the '...' buttton in the top right.
The typing indicator should appear the first time it is pressed, but it does not.
Activity