Explore typing notifications inspired by web

- prevent timeline from going up and down by keeping the space allocated for the typing notification
This commit is contained in:
Gil Eluard
2021-03-29 22:26:03 +02:00
parent be14710fde
commit fd7d69c39d
3 changed files with 19 additions and 4 deletions
@@ -273,7 +273,7 @@
[self updateStatusInfo];
}
if (self.currentTypingUsers.count == 0)
if (!self.currentTypingUsers)
{
self.typingCellIndex = -1;
@@ -285,7 +285,7 @@
return bubbles.count + 1;
}
if (self.currentTypingUsers.count == 0)
if (!self.currentTypingUsers)
{
self.typingCellIndex = -1;