Handled errors with notification popups
This commit is contained in:
parent
c54393c2b9
commit
124b672aeb
16 changed files with 1203 additions and 626 deletions
|
|
@ -25,7 +25,7 @@ public class Message implements Serializable {
|
|||
public String toString(){
|
||||
String dataToString = "";
|
||||
for(int i = 0; i< data.size(); i++){
|
||||
dataToString+=data.get(i)+"|";
|
||||
dataToString += data.get(i)+"|";
|
||||
}
|
||||
return "MESSAGE?sender="+sender+"&token="+token+"&message="+message+"&"+dataToString;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue