badoo / RIBs

Badoo's take on RIBs
Apache License 2.0
162 stars 50 forks source link

Added api to have access on the Dialog view object on the router level, when needed. Closes #263. #264

Closed Nublo closed 3 years ago

Nublo commented 3 years ago

Description: Update DialogLauncher api to have lambda which is notified when the dialog view is created.

Related issue(s): #263

Nublo commented 3 years ago

Updated implementation details to immediately attach the dialog when creating AlertDialogBuilder. This solves the described issue.

Also updated logic on managing dialogs to avoid memory leaks.