mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2026-04-26 08:41:25 +00:00
remove beta build
This commit is contained in:
@@ -65,7 +65,6 @@ public class ServiceHelper {
|
||||
}
|
||||
|
||||
public static int getSelectedServiceId(Context context) {
|
||||
if (BuildConfig.BUILD_TYPE.equals("release")) return DEFAULT_FALLBACK_SERVICE.getServiceId();
|
||||
|
||||
final String serviceName = PreferenceManager.getDefaultSharedPreferences(context)
|
||||
.getString(context.getString(R.string.current_service_key), context.getString(R.string.default_service_value));
|
||||
|
||||
Reference in New Issue
Block a user