mirror of
https://github.com/danog/telegram-tt.git
synced 2025-01-22 05:11:55 +01:00
Chat: Do not hightlight selected on mobile
This commit is contained in:
parent
6bb81a8c0d
commit
752b958962
@ -231,7 +231,7 @@ const Chat: FC<OwnProps & StateProps & DispatchProps> = ({
|
||||
const className = buildClassName(
|
||||
'Chat chat-item-clickable',
|
||||
isChatPrivate(chatId) ? 'private' : 'group',
|
||||
isSelected && 'selected',
|
||||
isSelected && !IS_MOBILE_SCREEN && 'selected',
|
||||
);
|
||||
|
||||
return (
|
||||
|
Loading…
x
Reference in New Issue
Block a user