Bug Fix: Chat screen: wrong keyboard animation #121

This commit is contained in:
giomfo 2016-02-27 00:23:46 +01:00
parent 80bd51d4d6
commit 1dd1efb630

View file

@ -1210,6 +1210,10 @@
{
[self refreshActivitiesViewDisplay];
}
else
{
[super observeValueForKeyPath:keyPath ofObject:object change:change context:context];
}
}
#pragma mark - Unreachable Network Handling