Update compileSdk to 34.

This commit is contained in:
Alex Hart
2023-08-17 15:31:16 -03:00
committed by Cody Henthorne
parent f9d9af4fe9
commit ea5c3a7c5e
6 changed files with 16 additions and 16 deletions

View File

@@ -197,7 +197,7 @@ class SegmentedProgressBar : View, ViewPager.OnPageChangeListener, View.OnTouchL
setLayerType(LAYER_TYPE_SOFTWARE, null)
}
override fun onDraw(canvas: Canvas?) {
override fun onDraw(canvas: Canvas) {
super.onDraw(canvas)
segments.forEachIndexed { index, segment ->