The "create new playlist"-dialog should appear directly.
UI: Before the actual dialog is visible there is a flash (sometimes)
Code: The app opens PlaylistAppendDialog and inflates the view. If no playlist exists it calls dismiss and opens PlaylistCreationDialog.
@vkay94 since you already investigated where the bug lies, would you consider also fixing it? Thank you in advance ;-)
@Stypox Alright, I'm looking into it, but it may take some time since I'm quite a noob at RxJava (I'm more experienced at Kotlin's Coroutines regarding reactive programming) :)