Is there any way to listen to such an event?
I have a custom EditText, which shows a FragmentDialog if it is clicked to pick a time, distance or a number, depending on the EditText setup...
Now I'm using event bus based FragmentDialogs in my whole application and I want to register the view on the bus and unregister it, if the view is destroyed...
But I don't know, where I could unregister it...