Ivan Yulin
Ivan Yulin
tried to reset everything in firebase, things just got worse :( each time, only one user is shown in the users list(without a user name) users under "users" in firebase...
i think the problem is in BackgroundMail.class : 457: ` if (BackgroundMail.this.processVisibility) { this.progressDialog.dismiss(); if (result) { if (!TextUtils.isEmpty(BackgroundMail.this.sendingMessageSuccess)) { Toast.makeText(BackgroundMail.this.mContext, BackgroundMail.this.sendingMessageSuccess, 0).show(); } if (BackgroundMail.this.onSuccessCallback != null) { BackgroundMail.this.onSuccessCallback.onSuccess();...