1
mirror of https://github.com/flipperdevices/flipperzero-firmware.git synced 2025-12-12 04:41:26 +04:00

Desktop: fix rpc unlock on pin input screen (#3334)

This commit is contained in:
あく
2024-01-03 22:00:56 +09:00
committed by GitHub
parent d511d76a1b
commit 7eeb60e17e
4 changed files with 4 additions and 1 deletions

View File

@@ -414,7 +414,7 @@ bool desktop_api_is_locked(Desktop* instance) {
void desktop_api_unlock(Desktop* instance) {
furi_assert(instance);
view_dispatcher_send_custom_event(instance->view_dispatcher, DesktopLockedEventUnlocked);
view_dispatcher_send_custom_event(instance->view_dispatcher, DesktopGlobalApiUnlock);
}
FuriPubSub* desktop_api_get_status_pubsub(Desktop* instance) {