white space changes
This commit is contained in:
parent
6a24dcec73
commit
309fd3fb7d
2 changed files with 3 additions and 7 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue