mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
Remove unused variable
This commit is contained in:
@@ -25,7 +25,6 @@ class SmallMonthView(context: Context, attrs: AttributeSet, defStyle: Int) : Vie
|
|||||||
private var days = 31
|
private var days = 31
|
||||||
private var isLandscape = false
|
private var isLandscape = false
|
||||||
private var highlightWeekends = false
|
private var highlightWeekends = false
|
||||||
private var isSundayFirst = false
|
|
||||||
private var isPrintVersion = false
|
private var isPrintVersion = false
|
||||||
private var mEvents: ArrayList<DayYearly>? = null
|
private var mEvents: ArrayList<DayYearly>? = null
|
||||||
|
|
||||||
@@ -61,7 +60,6 @@ class SmallMonthView(context: Context, attrs: AttributeSet, defStyle: Int) : Vie
|
|||||||
textColor = baseColor.adjustAlpha(MEDIUM_ALPHA)
|
textColor = baseColor.adjustAlpha(MEDIUM_ALPHA)
|
||||||
weekendsTextColor = context.config.highlightWeekendsColor.adjustAlpha(MEDIUM_ALPHA)
|
weekendsTextColor = context.config.highlightWeekendsColor.adjustAlpha(MEDIUM_ALPHA)
|
||||||
highlightWeekends = context.config.highlightWeekends
|
highlightWeekends = context.config.highlightWeekends
|
||||||
isSundayFirst = context.config.isSundayFirst
|
|
||||||
|
|
||||||
paint = Paint(Paint.ANTI_ALIAS_FLAG).apply {
|
paint = Paint(Paint.ANTI_ALIAS_FLAG).apply {
|
||||||
color = textColor
|
color = textColor
|
||||||
|
Reference in New Issue
Block a user