mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
Deleted unused helper
This commit is contained in:
parent
91f664cbfe
commit
37bf77bbf7
1 changed files with 0 additions and 10 deletions
|
|
@ -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();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue