Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit 6c1a36b

Browse files
committed
Make sleepTimerRunningViews private
1 parent 65c7726 commit 6c1a36b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/jamal2367/urlradio/ui/LayoutHolder.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ data class LayoutHolder(var rootView: View) {
5656
private var bottomSheet: ConstraintLayout = rootView.findViewById(R.id.bottom_sheet)
5757

5858
//private var sheetMetadataViews: Group
59-
var sleepTimerRunningViews: Group = rootView.findViewById(R.id.sleep_timer_running_views)
59+
private var sleepTimerRunningViews: Group = rootView.findViewById(R.id.sleep_timer_running_views)
6060
private var downloadProgressIndicator: ProgressBar = rootView.findViewById(R.id.download_progress_indicator)
6161
private var stationImageView: ImageView = rootView.findViewById(R.id.station_icon)
6262
private var stationNameView: TextView = rootView.findViewById(R.id.player_station_name)

0 commit comments

Comments
 (0)