fix: user username profile
This commit is contained in:
parent
e7f46fb844
commit
12fc30716b
@ -7135,7 +7135,7 @@ public class ProfileActivity extends BaseFragment implements NotificationCenter.
|
|||||||
boolean hasPhone = user != null && (!TextUtils.isEmpty(user.phone) || !TextUtils.isEmpty(vcardPhone));
|
boolean hasPhone = user != null && (!TextUtils.isEmpty(user.phone) || !TextUtils.isEmpty(vcardPhone));
|
||||||
|
|
||||||
infoHeaderRow = rowCount++;
|
infoHeaderRow = rowCount++;
|
||||||
if (user != null && !TextUtils.isEmpty(user.username)) {
|
if (username != null) {
|
||||||
usernameRow = rowCount++;
|
usernameRow = rowCount++;
|
||||||
}
|
}
|
||||||
if (user != null && !user.restriction_reason.isEmpty()) {
|
if (user != null && !user.restriction_reason.isEmpty()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user