Add "mutual contact"
This commit is contained in:
@@ -489,6 +489,8 @@ public class UserCell extends FrameLayout {
|
||||
if (adminTextView != null) {
|
||||
adminTextView.setTextColor(Theme.getColor(Theme.key_profile_creatorIcon));
|
||||
}
|
||||
|
||||
if (currentUser != null && currentUser.id != UserConfig.getInstance(currentAccount).getClientUserId() && currentUser.mutual_contact) statusTextView.setText(statusTextView.getText() + " (" + LocaleController.getString("MutualContact", R.string.MutualContact) + ")");
|
||||
}
|
||||
|
||||
public void setSelfAsSavedMessages(boolean value) {
|
||||
|
||||
@@ -291,6 +291,8 @@ public class UserCell2 extends FrameLayout {
|
||||
imageView.setVisibility(currentDrawable == 0 ? GONE : VISIBLE);
|
||||
imageView.setImageResource(currentDrawable);
|
||||
}
|
||||
|
||||
if (currentUser != null && currentUser.id != UserConfig.getInstance(currentAccount).getClientUserId() && currentUser.mutual_contact) statusTextView.setText(statusTextView.getText() + " (" + LocaleController.getString("MutualContact", R.string.MutualContact) + ")");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user