RoomViewController fix redundant space on table bottom

Signed-off-by: ismailgulek <gulekismail@gmail.com>
This commit is contained in:
ismailgulek
2020-04-17 22:38:52 +03:00
parent 3174a428e4
commit 79c35c3736
+1
View File
@@ -613,6 +613,7 @@
}
}];
[self refreshMissedDiscussionsCount:YES];
self.keyboardHeight = MAX(self.keyboardHeight, 0);
}
- (void)viewDidDisappear:(BOOL)animated