Commit 25947a6f authored by Him188's avatar Him188

Adjust name

parent 2cfac415
...@@ -31,8 +31,8 @@ sealed class AddFriendResult { ...@@ -31,8 +31,8 @@ sealed class AddFriendResult {
/** /**
* 等待对方同意 * 等待对方同意
*/ */
object WAITING_FOR_APPROVE : DONE() { object WAITING_FOR_APPROVAL : DONE() {
override fun toString(): String = "AddFriendResult(WaitingForApprove)" override fun toString(): String = "AddFriendResult(WaitingForApproval)"
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment