This commit is contained in:
DDIsFriend
2023-08-31 13:27:55 +08:00
parent 3349aaa0cd
commit 3fc94fcee1
16 changed files with 426 additions and 71 deletions

View File

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