diff --git a/OsmAnd-telegram/src/net/osmand/telegram/ui/SettingsDialogFragment.kt b/OsmAnd-telegram/src/net/osmand/telegram/ui/SettingsDialogFragment.kt index eaebf06ad9..4050faef84 100644 --- a/OsmAnd-telegram/src/net/osmand/telegram/ui/SettingsDialogFragment.kt +++ b/OsmAnd-telegram/src/net/osmand/telegram/ui/SettingsDialogFragment.kt @@ -115,7 +115,7 @@ class SettingsDialogFragment : DialogFragment() { } mainView.findViewById(R.id.help_icon) - .setImageDrawable(uiUtils.getActiveIcon(R.drawable.ic_action_share_location)) + .setImageDrawable(uiUtils.getActiveIcon(R.drawable.ic_action_help)) mainView.findViewById(R.id.help_row).setOnClickListener { // FIXME Toast.makeText(context, "Logout help", Toast.LENGTH_SHORT).show() @@ -175,9 +175,8 @@ class SettingsDialogFragment : DialogFragment() { } } - // FIXME private inner class StaleLocPref : DurationPref( - R.drawable.ic_action_share_location, + R.drawable.ic_action_location_history, R.string.stale_location, R.string.stale_location_desc, STALE_LOC_VALUES_SEC