Skip to content

Commit

Permalink
it'd be lovely if tapping on the space avatar was considered a select…
Browse files Browse the repository at this point in the history
…ion too #5454

- Fixed
  • Loading branch information
gileluard committed Jan 30, 2022
1 parent 0f28260 commit 1bc743d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Riot/Modules/Spaces/SpaceList/SpaceListViewCell.xib
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<rect key="frame" x="11" y="14" width="293" height="30"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="lBS-QH-Kbp" customClass="SpaceAvatarView" customModule="Riot" customModuleProvider="target">
<view userInteractionEnabled="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="lBS-QH-Kbp" customClass="SpaceAvatarView" customModule="Riot" customModuleProvider="target">
<rect key="frame" x="18" y="11" width="32" height="32"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
Expand Down
1 change: 1 addition & 0 deletions changelog.d/5454.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Avatar view prevents to select space in space list

0 comments on commit 1bc743d

Please sign in to comment.