Skip to content

Commit

Permalink
Stop showing note advance marker on scene switch
Browse files Browse the repository at this point in the history
  • Loading branch information
thetwom committed Jul 21, 2023
1 parent a0a60ab commit d24572b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ class ScenesAdapter : ListAdapter<Scene, ScenesAdapter.ViewHolder>(ScenesDiffCal
selectedView?.visibility = View.INVISIBLE
//tickVisualizer?.visibility = View.GONE
tickVisualizer?.stop()
noteView?.setAdvanceMarker(null)
}
}

Expand Down

0 comments on commit d24572b

Please sign in to comment.