Skip to content

Commit

Permalink
fix: add default first & last names for pin_* actions (#188)
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Nelson <me@example.com>
  • Loading branch information
sfelf and Thomas Nelson authored Sep 24, 2024
1 parent d0e1cdc commit f2cae5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions yalexs/activity.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@
ACTION_LOCK_MANUAL_UNLOCK: ("Manual", "Unlock"),
ACTION_LOCK_FINGER_LOCK: ("Fingerprint", "Lock"),
ACTION_LOCK_FINGER_UNLOCK: ("Fingerprint", "Unlock"),
ACTION_LOCK_PIN_UNLATCH: ("Pin", "Unlatch"),
ACTION_LOCK_PIN_UNLOCK: ("Pin", "Unlock"),
}


Expand Down

0 comments on commit f2cae5b

Please # to comment.