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() {
override fun toString(): String = "AddFriendResult(WaitingForApprove)"
object WAITING_FOR_APPROVAL : DONE() {
override fun toString(): String = "AddFriendResult(WaitingForApproval)"
}
/**