mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-02 18:31:40 +00: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,5 +1,8 @@
|
|||
package com.cappielloantonio.tempo.interfaces;
|
||||
|
||||
import androidx.annotation.Keep;
|
||||
|
||||
@Keep
|
||||
public interface MediaIndexCallback {
|
||||
void onRecovery(int index);
|
||||
default void onRecovery(int index) {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue