mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
fix crash because of [UITableView layoutSubviews]
This commit is contained in:
parent
6b39af2b00
commit
785b57c4a7
1 changed files with 3 additions and 0 deletions
|
|
@ -167,6 +167,9 @@
|
|||
}
|
||||
|
||||
- (void)setEditing:(BOOL)editing animated:(BOOL)animated {
|
||||
if ([[UIApplication sharedApplication] applicationState] == UIApplicationStateBackground) {
|
||||
return;
|
||||
}
|
||||
if (animated) {
|
||||
[UIView beginAnimations:nil context:nil];
|
||||
[UIView setAnimationDuration:0.3];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue