mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-02 02:13:33 +00:00
fix: a callback on playlist editor dialog closing tells me when to refresh the playlist view
This commit is contained in:
parent
56b48dbd4d
commit
3fc9b35fe4
4 changed files with 23 additions and 4 deletions
|
|
@ -0,0 +1,8 @@
|
|||
package com.cappielloantonio.tempo.interfaces;
|
||||
|
||||
import androidx.annotation.Keep;
|
||||
|
||||
@Keep
|
||||
public interface PlaylistCallback {
|
||||
default void onDismiss() {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue