This commit is contained in:
Wieland Schöbl 2021-11-02 15:15:44 +01:00
parent 412b78912b
commit 0a0e1fa46a

View File

@ -15,7 +15,6 @@ import org.greenrobot.eventbus.EventBus;
import java.util.concurrent.Executor;
import ml.docilealligator.infinityforreddit.R;
import ml.docilealligator.infinityforreddit.RedditDataRoomDatabase;
import ml.docilealligator.infinityforreddit.customtheme.CustomTheme;
import ml.docilealligator.infinityforreddit.customtheme.CustomThemeWrapper;
@ -24,7 +23,6 @@ import ml.docilealligator.infinityforreddit.events.RecreateActivityEvent;
public class MaterialYouUtils {
public interface CheckThemeNameListener {
void themeNotExists();
void themeExists();
}