RxSwiftCommunity / RxFlow

RxFlow is a navigation framework for iOS applications based on a Reactive Flow Coordinator pattern
MIT License
1.88k stars 118 forks source link

Changed retain policy on base to unowned on dismissed event. #161

Closed BenMaer-Parkwood closed 3 years ago

BenMaer-Parkwood commented 3 years ago

Related to https://github.com/RxSwiftCommunity/RxFlow/issues/160

I changed the closure's retain policy on base to unowned so the dismissed event avoids retaining the base (UIViewController).

trivial

rxswiftcommunity[bot] commented 3 years ago

Thanks a lot for contributing @BenMaer-Parkwood! I've invited you to join the RxSwiftCommunity GitHub organization – no pressure to accept! If you'd like more information on what this means, check out our contributor guidelines and feel free to reach out with any questions.

Generated by :no_entry_sign: dangerJS