mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +00:00
Sync libraries, artist, album, genre, song, playlist, playlist song
This commit is contained in:
parent
3a91ee68db
commit
304a5f078a
30 changed files with 716 additions and 1699 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue