mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
UICompositeViewController: always remove oldContent to avoid (?) duplicate incoming bubble chat on file transfer receive
This commit is contained in:
parent
e8f3af4ff9
commit
338ef353da
1 changed files with 1 additions and 3 deletions
|
|
@ -425,9 +425,7 @@
|
|||
UIViewController *newStateBarViewController = [self getCachedController:description.stateBar];
|
||||
UIViewController *newTabBarViewController = [self getCachedController:description.tabBar];
|
||||
|
||||
if (oldContentViewController != newContentViewController) {
|
||||
[UICompositeViewController removeSubView:oldContentViewController];
|
||||
}
|
||||
[UICompositeViewController removeSubView:oldContentViewController];
|
||||
if (oldTabBarViewController != nil && oldTabBarViewController != newTabBarViewController) {
|
||||
[UICompositeViewController removeSubView:oldTabBarViewController];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue