File tree Expand file tree Collapse file tree
app/src/main/java/org/schabi/newpipe Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33import static org .schabi .newpipe .extractor .StreamingService .ServiceInfo .MediaCapability .AUDIO ;
44import static org .schabi .newpipe .extractor .StreamingService .ServiceInfo .MediaCapability .VIDEO ;
5- import static org .schabi .newpipe .util .Localization .assureCorrectAppLanguage ;
65
76import android .annotation .SuppressLint ;
87import android .app .IntentService ;
7372import org .schabi .newpipe .util .DeviceUtils ;
7473import org .schabi .newpipe .util .ExtractorHelper ;
7574import org .schabi .newpipe .util .ListHelper ;
75+ import org .schabi .newpipe .util .Localization ;
7676import org .schabi .newpipe .util .NavigationHelper ;
7777import org .schabi .newpipe .util .PermissionHelper ;
7878import org .schabi .newpipe .util .ThemeHelper ;
@@ -131,7 +131,7 @@ protected void onCreate(final Bundle savedInstanceState) {
131131 ThemeHelper .setDayNightMode (this );
132132 setTheme (ThemeHelper .isLightThemeSelected (this )
133133 ? R .style .RouterActivityThemeLight : R .style .RouterActivityThemeDark );
134- assureCorrectAppLanguage (this );
134+ Localization . assureCorrectAppLanguage (this );
135135 }
136136
137137 @ Override
You can’t perform that action at this time.
0 commit comments