diff --git a/src/com/upc/pbe/upcnews/Directoris.java b/src/com/upc/pbe/upcnews/Directoris.java index 841a870..c391e35 100644 --- a/src/com/upc/pbe/upcnews/Directoris.java +++ b/src/com/upc/pbe/upcnews/Directoris.java @@ -122,11 +122,11 @@ public class Directoris extends Activity implements OnClickListener { } catch (ErrorException e) { - Toast.makeText(this, e.getMessage(), Toast.LENGTH_LONG).show(); + Toast.makeText(this, e.getMessage(), Toast.LENGTH_SHORT).show(); } catch (WarningException e) { - Toast.makeText(this, e.getMessage(), Toast.LENGTH_LONG).show(); + Toast.makeText(this, e.getMessage(), Toast.LENGTH_SHORT).show(); } catch (InfoException e) { - Toast.makeText(this, e.getMessage(), Toast.LENGTH_LONG).show(); + Toast.makeText(this, e.getMessage(), Toast.LENGTH_SHORT).show(); } }