From 0e60377600bf8f08f56c148fcd9d53a1aa533ca2 Mon Sep 17 00:00:00 2001 From: Alex Sytnyk Date: Thu, 2 Aug 2018 12:38:38 +0300 Subject: [PATCH] Use new icon for OsmAnd-Telegram drawer icon --- OsmAnd-telegram/src/net/osmand/telegram/TelegramApplication.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OsmAnd-telegram/src/net/osmand/telegram/TelegramApplication.kt b/OsmAnd-telegram/src/net/osmand/telegram/TelegramApplication.kt index a625741cc9..8a2c637013 100644 --- a/OsmAnd-telegram/src/net/osmand/telegram/TelegramApplication.kt +++ b/OsmAnd-telegram/src/net/osmand/telegram/TelegramApplication.kt @@ -50,7 +50,7 @@ class TelegramApplication : Application(), OsmandHelperListener { appPackage, listOf(getString(R.string.app_name)), listOf("osmand_telegram://main_activity"), - listOf("ic_action_travel"), + listOf("ic_action_location_sharing_app"), listOf(-1) ) }