mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-02 15:33:36 +00:00
Sync libraries, artist, album, genre, song, playlist, playlist song
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.cappielloantonio.play.helper;
|
||||
|
||||
import android.content.Context;
|
||||
import android.widget.Toast;
|
||||
|
||||
public class ErrorHelper {
|
||||
public static void handle(Context context, int code, String message) {
|
||||
Toast.makeText(context, code + " - " + message, Toast.LENGTH_LONG).show();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user