Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.

切换主题时会闪退 #12

Open
feixue299 opened this issue Jul 19, 2019 · 2 comments
Open

切换主题时会闪退 #12

feixue299 opened this issue Jul 19, 2019 · 2 comments

Comments

@feixue299
Copy link

feixue299 commented Jul 19, 2019

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

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

darkerk commented Jul 19, 2019

抱歉,该项目不再维护了

@feixue299
Copy link
Author

抱歉,该项目不再维护了

好吧,做的挺好的,赞

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants