mirror of
https://github.com/Qortal/qortal-mobile.git
synced 2025-06-08 09:26:59 +00:00
add missing break
This commit is contained in:
parent
a22c48667b
commit
54a1bb636a
@ -3187,6 +3187,7 @@ function setupMessageListener() {
|
||||
break;
|
||||
case "updateThreadActivity":
|
||||
updateThreadActivityCase(request, event);
|
||||
break;
|
||||
case "decryptGroupEncryption":
|
||||
decryptGroupEncryptionCase(request, event);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user