Skip to content

Commit

Permalink
fix: removed useless attribute longClickable in share_public_link_ite…
Browse files Browse the repository at this point in the history
…m.xml and share_user_item.xml
  • Loading branch information
Aitorbp committed Aug 9, 2024
1 parent 0363351 commit 60ea86a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion owncloudApp/src/main/res/layout/share_public_link_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:longClickable="true"
android:orientation="horizontal"
android:weightSum="1">

Expand Down
3 changes: 1 addition & 2 deletions owncloudApp/src/main/res/layout/share_user_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:weightSum="1"
android:longClickable="true">
android:weightSum="1">

<ImageView
android:layout_width="wrap_content"
Expand Down

0 comments on commit 60ea86a

Please sign in to comment.