From 5493e5ba7f05ee64269b41b621da5e55a7c826b8 Mon Sep 17 00:00:00 2001 From: veliymolfar Date: Thu, 7 May 2020 18:07:05 +0300 Subject: [PATCH] refactor --- OsmAnd/src/net/osmand/plus/profiles/EditProfilesFragment.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OsmAnd/src/net/osmand/plus/profiles/EditProfilesFragment.java b/OsmAnd/src/net/osmand/plus/profiles/EditProfilesFragment.java index bd91cf6ee1..c2766ca4ba 100644 --- a/OsmAnd/src/net/osmand/plus/profiles/EditProfilesFragment.java +++ b/OsmAnd/src/net/osmand/plus/profiles/EditProfilesFragment.java @@ -477,7 +477,7 @@ public class EditProfilesFragment extends BaseOsmAndFragment { TextView title; TextView description; ImageView icon; - ImageView actionIcon; + ImageButton actionIcon; ImageView moveIcon; View itemsContainer; FrameLayout moveButton;