Successfully modified file: /home/Messier82/projects/service-book/app/src/main/java/com/servicebook/ui/reportbug/ReportBugViewModel.kt (1 replacements). Here is the updated code: ... val type: ReportType = ReportType.BUG, val summary: String = "", val description: String = "", val contactEmail: String = "", val includeDeviceInfo: Boolean = true, val isSubmitting: Boolean = false, val appVersion: String = "", val androidVersion: String = "", val locale: String = "", val deviceModel: String = "", ...