mirror of
https://github.com/wrwrabbit/Partisan-Telegram-Android.git
synced 2026-05-08 01:51:27 +00:00
fix chat id
This commit is contained in:
parent
8829e137c0
commit
4065cbcf26
1 changed files with 1 additions and 1 deletions
|
|
@ -8784,7 +8784,7 @@ public class ProfileActivity extends BaseFragment implements NotificationCenter.
|
|||
if (userId != 0) {
|
||||
detailCell.setTextAndValue(String.valueOf(userId), LocaleController.getString("UserId", R.string.UserId), false);
|
||||
} else if (currentChat != null) {
|
||||
detailCell.setTextAndValue(String.valueOf(chatId), LocaleController.getString("ChatId", R.string.ChatId), false);
|
||||
detailCell.setTextAndValue(String.valueOf(-chatId), LocaleController.getString("ChatId", R.string.ChatId), false);
|
||||
}
|
||||
}
|
||||
detailCell.setTag(position);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue