LemmyNet / jerboa

A native android app for Lemmy
GNU Affero General Public License v3.0
1.15k stars 167 forks source link

Fix Saved comments header does nothing #1473

Closed MV-GH closed 3 months ago

MV-GH commented 3 months ago

Fix #1469

Clickable should always be before padding. Else it won't apply the clickable to the padding. And we will have tiny gaps that aren't clickable

Before

image after

image

I have also looked into setting short/long click on base comment column instead individually on header context, header, body and footer. But seems to have some different behaviour. Which I will need to delve deeper into another time.