mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-03-18 20:30:16 +01:00
Put parameters on separate lines
This commit is contained in:
parent
6a361c2630
commit
d10dd72681
@ -1,4 +1,12 @@
|
|||||||
package com.simplemobiletools.calendar.pro.models
|
package com.simplemobiletools.calendar.pro.models
|
||||||
|
|
||||||
data class DayMonthly(val value: Int, val isThisMonth: Boolean, val isToday: Boolean, val code: String, val weekOfYear: Int, var dayEvents: ArrayList<Event>,
|
data class DayMonthly(
|
||||||
var indexOnMonthView: Int, var isWeekend: Boolean)
|
val value: Int,
|
||||||
|
val isThisMonth: Boolean,
|
||||||
|
val isToday: Boolean,
|
||||||
|
val code: String,
|
||||||
|
val weekOfYear: Int,
|
||||||
|
var dayEvents: ArrayList<Event>,
|
||||||
|
var indexOnMonthView: Int,
|
||||||
|
var isWeekend: Boolean
|
||||||
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user