update
This commit is contained in:
@@ -74,13 +74,11 @@ extension RescueController {
|
||||
.disposed(by: disposeBag)
|
||||
}
|
||||
|
||||
NotificationCenter.default.post(name: NSNotification.Name(rawValue: Notification_reloadRescusControolerToDoMessageCount), object: nil)
|
||||
|
||||
// 点击tabBar 需要刷下下列
|
||||
preRefreshRelay
|
||||
.observe(on: MainScheduler.instance)
|
||||
.subscribe(onNext: {[weak self] _ in
|
||||
NotificationCenter.default.post(name: NSNotification.Name(rawValue: Notification_reloadRescusControolerToDoMessageCount), object: nil)
|
||||
MCOUNT.newestMessage()
|
||||
self?.categoryView.reloadData()
|
||||
})
|
||||
.disposed(by: disposeBag)
|
||||
|
||||
Reference in New Issue
Block a user