Skip to content

Refactor VLC dialogs subscription

Geoffrey Métais requested to merge Dekans/vlc-android:dialogs into master

Use LiveData in order to the related UI classes to receive the dialog event and handle it more easily.

As dialogs management is dispatched in UI classes now, a delegate class has been created to factorize the process.

Merge request reports