style(ktlint): Fix formatting in kotlin

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2024-10-07 16:34:59 +02:00
parent ba56ee574c
commit 47e9c71ea9
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B
2 changed files with 4 additions and 3 deletions

View File

@ -58,7 +58,8 @@ data class Conversation(
@JsonField(name = ["actorType"])
var actorType: String = "",
var password: String? = null, // check if this can be removed.Does not belong to api response but is used internally?
// check if this can be removed. Doesn't belong to api-response but is used internally?
var password: String? = null,
@JsonField(name = ["isFavorite"])
var favorite: Boolean = false,

View File

@ -238,7 +238,7 @@ class DateTimePickerFragment : DialogFragment() {
month,
day,
timePicker.hour,
timePicker.minute,
timePicker.minute
)
setTimeStamp(getTimeFromTimeStamp(timestamp))
currentTimeStamp = timestamp / ONE_SEC