From 3436e1f78988a97ec8c9fc578b8fe11e7fae7a0c Mon Sep 17 00:00:00 2001 From: Victor Shcherb Date: Tue, 30 Oct 2018 01:22:59 +0100 Subject: [PATCH] Fix compilation --- .../src/net/osmand/telegram/ui/MyLocationTabFragment.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OsmAnd-telegram/src/net/osmand/telegram/ui/MyLocationTabFragment.kt b/OsmAnd-telegram/src/net/osmand/telegram/ui/MyLocationTabFragment.kt index 41fa47db5b..91fbb97f1e 100644 --- a/OsmAnd-telegram/src/net/osmand/telegram/ui/MyLocationTabFragment.kt +++ b/OsmAnd-telegram/src/net/osmand/telegram/ui/MyLocationTabFragment.kt @@ -586,7 +586,7 @@ class MyLocationTabFragment : Fragment(), TelegramListener { holder.textInArea?.apply { val time = shareInfo?.additionalActiveTime ?: ADDITIONAL_ACTIVE_TIME_VALUES_SEC[0] visibility = View.VISIBLE - text = "${getText(R.string.plus)} ${OsmandFormatter.getFormattedDuration(context!!, time)}" + text = "+ ${OsmandFormatter.getFormattedDuration(context!!, time)}" setOnClickListener { val expireTime = shareInfo?.getChatLiveMessageExpireTime() ?: 0 val newLivePeriod = expireTime + (shareInfo?.additionalActiveTime ?: ADDITIONAL_ACTIVE_TIME_VALUES_SEC[0])