Merge pull request #5117 from nextcloud/user_status_dialog

Bug in user status dialog
This commit is contained in:
Sowjanya Kota 2025-07-10 21:17:17 +02:00 committed by GitHub
commit e2f5ce3d84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -298,6 +298,9 @@ class SetStatusDialogFragment :
binding.clearStatusMessageTextView.text = getString(R.string.clear_status_message_after)
}
}
clearAt = it.clearAt
} else {
clearAt = null
}
}
}