commit 4ba4872a0cf09db8de562b61940e7418081d0e23 Author: Fabio Mazza Date: Thu May 8 11:38:01 2025 +0200 Put changed text in LinesDetailFragment too Reviewers: valerio.bozzolan Reviewed By: valerio.bozzolan Subscribers: valerio.bozzolan, #libre_busto Tags: #libre_busto Differential Revision: https://gitpull.it/D189 diff --git a/app/src/main/java/it/reyboz/bustorino/fragments/LinesDetailFragment.kt b/app/src/main/java/it/reyboz/bustorino/fragments/LinesDetailFragment.kt index 09dc58a..cde378a 100644 --- a/app/src/main/java/it/reyboz/bustorino/fragments/LinesDetailFragment.kt +++ b/app/src/main/java/it/reyboz/bustorino/fragments/LinesDetailFragment.kt @@ -695,7 +695,7 @@ class LinesDetailFragment() : GeneralMapLibreFragment() { //lay.findViewById(R.id.stopTitleTextView).text ="${stop.ID} - ${stop.stopDefaultName}" val stopName = stop.stopUserName ?: stop.stopDefaultName stopTitleTextView.text = stopName//stop.stopDefaultName - stopNumberTextView.text = stop.ID + stopNumberTextView.text = getString(R.string.stop_fill,stop.ID) stopTitleTextView.visibility = View.VISIBLE val string_show = if (stop.numRoutesStopping==0) ""