-
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove observers for events #2236
Conversation
21bb337
to
2649919
Compare
42474c8
to
7b8e7af
Compare
7d58159
to
4268761
Compare
Also cleanup
Also: cleanup
4268761
to
3211195
Compare
we're often calling but that is no blocker of this PR with excellent improvements together with the other efforts. this will make maintenance much easier 👌 |
DispatchQueue.Main
-handling (at least inChatViewController
) (Caller site decides)ProgressAlertHandler
are not part of this PR as I need to come up with an alternative approach to that Protocol-extension and closures. Let me think about it a little longer.