This commit is contained in:
Ammar Githam 2021-07-12 21:25:59 +09:00
parent a86704adb8
commit b860493cc8
1 changed files with 1 additions and 0 deletions

View File

@ -448,6 +448,7 @@ public class MorePreferencesFragment extends BasePreferencesFragment {
Log.e(TAG, "onBindViewHolder: ", throwable);
return;
}
if (account == null) return;
binding.getRoot().post(() -> {
binding.fullName.setText(account.getFullName());
binding.username.setText("@" + account.getUsername());