568569570571572573574575576577578
} else { System.out.println("Error, wtf"); } Message sendMessage = new Message(Main.Username,"",intent,data); try { //try sending the message new messageThread(sendMessage).start(); } catch (Exception e)
859860861862863864865866867868869
errorDialog errorD = new errorDialog("This Function is not supported yet"); errorD.setVisible(true); } else { Message move = new Message(Main.Username,friendToMove,"AF2G",groupToMoveTo); try { //try sending the message new messageThread(move).start(); } catch (Exception e)