Commit 1dbb3c35cbb74227b01b0ef5e294f1746d06ae9d
1 parent
5cc8bccf
--no commit message
Showing
1 changed file
with
3 additions
and
3 deletions
src/com/upc/pbe/upcnews/Directoris.java
... | ... | @@ -122,11 +122,11 @@ public class Directoris extends Activity implements OnClickListener { |
122 | 122 | |
123 | 123 | |
124 | 124 | } catch (ErrorException e) { |
125 | - Toast.makeText(this, e.getMessage(), Toast.LENGTH_LONG).show(); | |
125 | + Toast.makeText(this, e.getMessage(), Toast.LENGTH_SHORT).show(); | |
126 | 126 | } catch (WarningException e) { |
127 | - Toast.makeText(this, e.getMessage(), Toast.LENGTH_LONG).show(); | |
127 | + Toast.makeText(this, e.getMessage(), Toast.LENGTH_SHORT).show(); | |
128 | 128 | } catch (InfoException e) { |
129 | - Toast.makeText(this, e.getMessage(), Toast.LENGTH_LONG).show(); | |
129 | + Toast.makeText(this, e.getMessage(), Toast.LENGTH_SHORT).show(); | |
130 | 130 | } |
131 | 131 | } |
132 | 132 | ... | ... |