update
This commit is contained in:
@@ -55,8 +55,7 @@ extension RescueController {
|
||||
|
||||
messageTapGes.rx.event
|
||||
.subscribe(onNext: {[weak self] _ in
|
||||
let vc = MessageCenterController()
|
||||
self?.navigationController?.pushViewController(vc, animated: true)
|
||||
MESSAGETOOL.openMessageCenter(by: self?.navigationController)
|
||||
})
|
||||
.disposed(by: disposeBag)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user