mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 01:53:31 +00:00
feat: centralized star/unstar handling and added offline support
This commit is contained in:
parent
f044db142c
commit
c69fbcfa68
2 changed files with 149 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
package com.cappielloantonio.tempo.interfaces;
|
||||
|
||||
import androidx.annotation.Keep;
|
||||
|
||||
@Keep
|
||||
public interface StarCallback {
|
||||
default void onError() {}
|
||||
default void onSuccess() {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue