mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 07:03:35 +00:00
Add song/genre sync
This commit is contained in:
@@ -2,12 +2,7 @@ package com.cappielloantonio.play;
|
||||
|
||||
import android.app.Application;
|
||||
import android.content.Context;
|
||||
import android.content.SharedPreferences;
|
||||
|
||||
import androidx.preference.PreferenceManager;
|
||||
|
||||
import com.android.volley.RequestQueue;
|
||||
import com.android.volley.toolbox.Volley;
|
||||
import com.cappielloantonio.play.helper.ThemeHelper;
|
||||
import com.cappielloantonio.play.util.PreferenceUtil;
|
||||
|
||||
@@ -46,10 +41,6 @@ public class App extends Application {
|
||||
return apiClient;
|
||||
}
|
||||
|
||||
public RequestQueue getRequestQueue(Context context) {
|
||||
return Volley.newRequestQueue(context);
|
||||
}
|
||||
|
||||
private static ApiClient getApiClient(Context context) {
|
||||
String server = PreferenceUtil.getInstance(context).getServer();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user