white space changes

This commit is contained in:
yausername 2019-11-24 21:42:05 +05:30
parent 6a24dcec73
commit 309fd3fb7d
2 changed files with 3 additions and 7 deletions

View file

@ -30,7 +30,6 @@ import android.view.ContextThemeWrapper;
import org.schabi.newpipe.R;
import org.schabi.newpipe.extractor.NewPipe;
import org.schabi.newpipe.extractor.ServiceList;
import org.schabi.newpipe.extractor.StreamingService;
import org.schabi.newpipe.extractor.exceptions.ExtractionException;
@ -138,7 +137,6 @@ public class ThemeHelper {
else if (selectedTheme.equals(darkTheme)) themeName = "DarkTheme";
themeName += "." + service.getServiceInfo().getName();
int resourceId = context
.getResources()
.getIdentifier(themeName, "style", context.getPackageName());