mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-27 11:46:58 +02:00
The room titleview frame was not refreshed after a screen rotation
This commit is contained in:
@@ -125,6 +125,10 @@ NSString *const kCmdResetUserPowerLevel = @"/deop";
|
||||
// add an input to check if the keyboard is hiding with sliding it
|
||||
inputAccessoryView = [[UIView alloc] initWithFrame:CGRectZero];
|
||||
self.messageTextField.inputAccessoryView = inputAccessoryView;
|
||||
|
||||
// ensure that the titleView will be scaled when it will be required
|
||||
// during a screen rotation for example.
|
||||
self.roomTitleView.autoresizingMask = UIViewAutoresizingFlexibleWidth;
|
||||
}
|
||||
|
||||
- (void)dealloc {
|
||||
|
||||
Reference in New Issue
Block a user