mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Blur and background updates
This commit is contained in:
@@ -733,9 +733,6 @@
|
||||
range.location = range.location + range.length - 1;
|
||||
range.length = 1;
|
||||
[self.textView scrollRangeToVisible:range];
|
||||
|
||||
CGPoint bottomOffset = CGPointMake(0, self.textView.contentSize.height - self.textView.bounds.size.height);
|
||||
//[self.textView setContentOffset:bottomOffset animated:NO];
|
||||
}
|
||||
|
||||
#pragma mark - Keyboard
|
||||
|
||||
Reference in New Issue
Block a user