mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
Put parameters on separate lines
This commit is contained in:
@@ -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
|
||||||
|
)
|
||||||
|
Reference in New Issue
Block a user