mirror of
https://github.com/gabehf/tempus.git
synced 2026-03-11 08:21:06 -07:00
style: callback interface methods have become default methods
This commit is contained in:
parent
efc1baa802
commit
cb3f1290d1
8 changed files with 35 additions and 38 deletions
|
|
@ -1,6 +1,9 @@
|
|||
package com.cappielloantonio.tempo.interfaces;
|
||||
|
||||
public interface PodcastCallback {
|
||||
import androidx.annotation.Keep;
|
||||
|
||||
void onDismiss();
|
||||
@Keep
|
||||
|
||||
public interface PodcastCallback {
|
||||
default void onDismiss() {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue