Chat screen: disable auto scroll to bottom on keyboard presentation

This commit is contained in:
giomfo
2016-09-08 14:34:10 +02:00
parent d49a33c9e4
commit b25158f1df
@@ -154,6 +154,9 @@
{
// Disable auto join
self.autoJoinInvitedRoom = NO;
// Disable auto scroll to bottom on keyboard presentation
self.scrollHistoryToTheBottomOnKeyboardPresentation = NO;
}
return self;
@@ -166,6 +169,9 @@
{
// Disable auto join
self.autoJoinInvitedRoom = NO;
// Disable auto scroll to bottom on keyboard presentation
self.scrollHistoryToTheBottomOnKeyboardPresentation = NO;
}
return self;