mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 02:22:44 +02:00
Updates based on comments.
This commit is contained in:
@@ -3359,8 +3359,6 @@
|
||||
|
||||
- (void)roomInputToolbarView:(MXKRoomInputToolbarView*)toolbarView heightDidChanged:(CGFloat)height completion:(void (^)(BOOL finished))completion
|
||||
{
|
||||
NSLog(@"%@", [NSThread currentThread]);
|
||||
|
||||
// This dispatch fixes a simultaneous accesses crash if this gets called twice quickly in succession
|
||||
dispatch_async(dispatch_get_main_queue(), ^{
|
||||
// Update layout with animation
|
||||
|
||||
Reference in New Issue
Block a user