Merged `DrawableResolver into ThemeHelper`

This commit is contained in:
litetex 2022-03-17 18:34:44 +01:00
parent a2eec54019
commit 284b44414b
4 changed files with 20 additions and 28 deletions

View file

@ -2,8 +2,8 @@ package org.schabi.newpipe.player.helper;
import static org.schabi.newpipe.ktx.ViewUtils.animateRotation;
import static org.schabi.newpipe.player.Player.DEBUG;
import static org.schabi.newpipe.util.DrawableResolver.resolveDrawable;
import static org.schabi.newpipe.util.Localization.assureCorrectAppLanguage;
import static org.schabi.newpipe.util.ThemeHelper.resolveDrawable;
import android.app.Dialog;
import android.content.Context;