This commit is contained in:
HeySora 2026-03-13 06:09:38 +00:00 committed by GitHub
commit 71cbaed09f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -245,7 +245,7 @@ export class AppUser extends AbstractApp {
if (1 == arrayLength(msg)) { if (1 == arrayLength(msg)) {
msg = msg[0]; msg = msg[0];
} }
if (msg) { if (msg && msg.decrypt) {
msg.decrypt().then((/*success*/)=>showScreenPopup(ComposePopupView, params)); msg.decrypt().then((/*success*/)=>showScreenPopup(ComposePopupView, params));
} else { } else {
showScreenPopup(ComposePopupView, params); showScreenPopup(ComposePopupView, params);