mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-04 08:13:07 +00:00
Deleted unused helper
This commit is contained in:
@@ -1,10 +0,0 @@
|
|||||||
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