mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Remove updateIMDNList in UIChatCell and hide drop down menu when app moved to background/foreground
This commit is contained in:
parent
c804be7bb8
commit
8b34e48d49
1 changed files with 3 additions and 0 deletions
|
|
@ -251,6 +251,9 @@ class ChatConversationViewSwift: BackActionsNavigationView, PHPickerViewControll
|
|||
}
|
||||
|
||||
@objc func appMovedToForeground() {
|
||||
if (tableControllerSwift.menu != nil && !tableControllerSwift.menu!.isHidden) {
|
||||
tableControllerSwift.menu!.hide()
|
||||
}
|
||||
if(PhoneMainView.instance().currentView == ChatConversationViewSwift.compositeViewDescription()){
|
||||
let lc: Core = Core.getSwiftObject(cObject: LinphoneManager.getLc())
|
||||
if(lc.globalState.rawValue == LinphoneGlobalOn.rawValue){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue