fix: Include URL when constructing nodeinfo error string (#1160)
Previous code crashed because of a missing format argument.
This commit is contained in:
parent
29de2c4aac
commit
16f6330a9e
@ -136,6 +136,7 @@ class ServerRepository @Inject constructor(
|
||||
|
||||
data class GetNodeInfo(val url: String, override val cause: PachliError) : Error(
|
||||
R.string.server_repository_error_get_node_info,
|
||||
arrayOf(url),
|
||||
)
|
||||
|
||||
data class ValidateNodeInfo(val url: String, val error: UnvalidatedNodeInfo.Error) : Error(
|
||||
|
Loading…
x
Reference in New Issue
Block a user