This commit is contained in:
Thomas 2020-06-06 18:47:00 +02:00
parent 3f27dc97d3
commit f71778d8ec
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ public class Account implements Parcelable {
private String invite_request;
private String created_by_application_id;
private String invited_by_account_id;
private boolean emojiFound = false;
private transient boolean emojiFound = false;
public Account() {
}