Skip to content

Commit

Permalink
remove unneeded onClick
Browse files Browse the repository at this point in the history
  • Loading branch information
jclark118 committed Jan 2, 2024
1 parent 4f597c8 commit f136b1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mapcache/src/main/res/layout/fragment_map.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@android:color/transparent"
android:src="@drawable/edit_icon"
android:onClick="openEditMenu"/>
android:src="@drawable/edit_icon" />

<ImageButton
android:id="@+id/mapTypeIcon"
Expand Down

0 comments on commit f136b1f

Please sign in to comment.