1
0
mirror of https://github.com/fumiama/simple-dict-android.git synced 2026-06-05 00:30:24 +08:00
This commit is contained in:
fumiama
2021-02-17 22:16:48 +08:00
parent 757e395188
commit 486f25d2cb

View File

@@ -100,6 +100,7 @@ class SimpleDict(private val client: Client, private val pwd: String) { //must
client.sendMessage(value)
client.receiveMessage()
closeDict()
dict[key] = value
return p
}
}