This commit is contained in:
DDIsFriend
2023-08-28 14:11:06 +08:00
parent e52741807e
commit c52d0edc21
62 changed files with 9510 additions and 7520 deletions

View File

@@ -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)