If the view would be persistent, I would simply de...
# anko
k
If the view would be persistent, I would simply declare a
lateinit
property in the outer activity. However, this is an alert dialog and I don't want to leak the dialog by holding a reference in the activity.