remove beta build
This commit is contained in:
parent
b40dd3e5c0
commit
d6f7b4706b
9 changed files with 23 additions and 47 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue