maths
Thomas 2 years ago
parent dcb584eeb4
commit 4dd9924857

@ -68,6 +68,7 @@ public class MutedAccounts implements Serializable {
try { try {
return gson.toJson(accounts); return gson.toJson(accounts);
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace();
return null; return null;
} }
} }

Loading…
Cancel
Save