1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2026-04-26 08:41:25 +00:00

remove beta build

This commit is contained in:
Christian Schabesberger
2018-03-30 11:09:07 +02:00
parent b40dd3e5c0
commit d6f7b4706b
9 changed files with 23 additions and 47 deletions

View File

@@ -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));