mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user