kopia lustrzana https://github.com/vitorpamplona/amethyst
Hunting a bug of missing zapRequests
rodzic
f4d66d9cbf
commit
af751d56ce
|
@ -155,6 +155,7 @@ open class Note(val idHex: String) {
|
|||
}
|
||||
}
|
||||
|
||||
@Synchronized
|
||||
fun addZap(zapRequest: Note, zap: Note?) {
|
||||
if (zapRequest !in zaps.keys) {
|
||||
zaps = zaps + Pair(zapRequest, zap)
|
||||
|
|
Ładowanie…
Reference in New Issue