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

Commit

Permalink
Make sleepTimerRunningViews private
Browse files Browse the repository at this point in the history
  • Loading branch information
jamal2362 committed Sep 22, 2023
1 parent 65c7726 commit 6c1a36b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ data class LayoutHolder(var rootView: View) {
private var bottomSheet: ConstraintLayout = rootView.findViewById(R.id.bottom_sheet)

//private var sheetMetadataViews: Group
var sleepTimerRunningViews: Group = rootView.findViewById(R.id.sleep_timer_running_views)
private var sleepTimerRunningViews: Group = rootView.findViewById(R.id.sleep_timer_running_views)
private var downloadProgressIndicator: ProgressBar = rootView.findViewById(R.id.download_progress_indicator)
private var stationImageView: ImageView = rootView.findViewById(R.id.station_icon)
private var stationNameView: TextView = rootView.findViewById(R.id.player_station_name)
Expand Down

0 comments on commit 6c1a36b

Please sign in to comment.