mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-01 05:48:22 +03:00
comment out setting for extractor
This commit is contained in:
parent
71c161ce0f
commit
ed1bdacaac
3 changed files with 5 additions and 7 deletions
|
@ -20,7 +20,6 @@
|
||||||
|
|
||||||
package org.schabi.newpipe;
|
package org.schabi.newpipe;
|
||||||
|
|
||||||
import static org.schabi.newpipe.extractor.NewPipe.getPreferredFont;
|
|
||||||
import static org.schabi.newpipe.util.Localization.assureCorrectAppLanguage;
|
import static org.schabi.newpipe.util.Localization.assureCorrectAppLanguage;
|
||||||
|
|
||||||
import android.content.BroadcastReceiver;
|
import android.content.BroadcastReceiver;
|
||||||
|
|
|
@ -94,7 +94,6 @@ public class ContentSettingsFragment extends BasePreferenceFragment {
|
||||||
} else if ((!selectedFont.equals(initialSelectedFont))) {
|
} else if ((!selectedFont.equals(initialSelectedFont))) {
|
||||||
Toast.makeText(requireContext(), R.string.font_changes_requires_app_restart,
|
Toast.makeText(requireContext(), R.string.font_changes_requires_app_restart,
|
||||||
Toast.LENGTH_LONG).show();
|
Toast.LENGTH_LONG).show();
|
||||||
NewPipe.setupFont(selectedFont);
|
|
||||||
final SharedPreferences preferences = PreferenceManager
|
final SharedPreferences preferences = PreferenceManager
|
||||||
.getDefaultSharedPreferences(requireContext());
|
.getDefaultSharedPreferences(requireContext());
|
||||||
final SharedPreferences.Editor editor = preferences.edit();
|
final SharedPreferences.Editor editor = preferences.edit();
|
||||||
|
|
|
@ -4,8 +4,8 @@ include ':app'
|
||||||
// We assume, that NewPipe and NewPipe Extractor have the same parent directory.
|
// We assume, that NewPipe and NewPipe Extractor have the same parent directory.
|
||||||
// If this is not the case, please change the path in includeBuild().
|
// If this is not the case, please change the path in includeBuild().
|
||||||
|
|
||||||
includeBuild('../NewPipeExtractor') {
|
//includeBuild('../NewPipeExtractor') {
|
||||||
dependencySubstitution {
|
// dependencySubstitution {
|
||||||
substitute module('com.github.teamnewpipe:NewPipeExtractor') using project(':extractor')
|
// substitute module('com.github.teamnewpipe:NewPipeExtractor') using project(':extractor')
|
||||||
}
|
// }
|
||||||
}
|
//}
|
||||||
|
|
Loading…
Add table
Reference in a new issue