Adjust name

This commit is contained in:
Him188 2019-12-30 23:20:39 +08:00
parent 2cfac415c4
commit 25947a6fad

View File

@ -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)"
} }
/** /**