mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
fix(android): correct field name from can_disable to can_be_disabled (#6380)
Closes #6379 This fixes the crash on my system
This commit is contained in:
@@ -17,7 +17,7 @@ data class Resource(
|
||||
val name: String,
|
||||
val status: StatusEnum,
|
||||
var enabled: Boolean = true,
|
||||
@Json(name = "can_disable") val canBeDisabled: Boolean,
|
||||
@Json(name = "can_be_disabled") val canBeDisabled: Boolean,
|
||||
) : Parcelable
|
||||
|
||||
enum class TypeEnum {
|
||||
|
||||
Reference in New Issue
Block a user