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(
|
const className = buildClassName(
|
||||||
'Chat chat-item-clickable',
|
'Chat chat-item-clickable',
|
||||||
isChatPrivate(chatId) ? 'private' : 'group',
|
isChatPrivate(chatId) ? 'private' : 'group',
|
||||||
isSelected && 'selected',
|
isSelected && !IS_MOBILE_SCREEN && 'selected',
|
||||||
);
|
);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user