mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 12:46:58 +02:00
Room participants screen: fix scrolling issue
This commit is contained in:
@@ -52,6 +52,13 @@
|
||||
self.delegate = self;
|
||||
}
|
||||
|
||||
- (void)viewDidLayoutSubviews
|
||||
{
|
||||
UIEdgeInsets contentInset = self.tableView.contentInset;
|
||||
contentInset.bottom = self.bottomLayoutGuide.length;
|
||||
self.tableView.contentInset = contentInset;
|
||||
}
|
||||
|
||||
- (void)dealloc
|
||||
{
|
||||
selectedMember = nil;
|
||||
|
||||
Reference in New Issue
Block a user