remove unnecessary changes
This commit is contained in:
parent
f99086f668
commit
43427f39b8
1 changed files with 2 additions and 4 deletions
|
@ -588,10 +588,8 @@ class MyLocationTabFragment : Fragment(), TelegramListener {
|
||||||
|
|
||||||
holder.stopSharingSecondPart?.apply {
|
holder.stopSharingSecondPart?.apply {
|
||||||
visibility = getStopSharingVisibility(expiresIn)
|
visibility = getStopSharingVisibility(expiresIn)
|
||||||
text = "(${getString(
|
text = "(${getString(R.string.in_time,
|
||||||
R.string.in_time,
|
OsmandFormatter.getFormattedDuration(context!!, expiresIn, true))})"
|
||||||
OsmandFormatter.getFormattedDuration(context!!, expiresIn, true)
|
|
||||||
)})"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue