v2ex icon indicating copy to clipboard operation
v2ex copied to clipboard

切换主题时会闪退

Open feixue299 opened this issue 6 years ago • 2 comments

具体原因是读写线程导致的。 代码在ProfileViewController.swift的

AppStyle.shared.themeUpdateRelay.asObservable().subscribe(onNext: { update in
            self.updateTheme()
            if update {
                self.headerView.updateTheme()
                self.tableView.reloadData()
            }
        }).disposed(by: disposeBag)

feixue299 avatar Jul 19 '19 03:07 feixue299

抱歉,该项目不再维护了

darkerk avatar Jul 19 '19 03:07 darkerk

抱歉,该项目不再维护了

好吧,做的挺好的,赞

feixue299 avatar Jul 19 '19 03:07 feixue299