lock-manager
lock-manager copied to clipboard
Send notifications on manual unlock
Like I mentioned in issue #120, line 1273
if (notifyManualLock) {
should be changed to
if (notifyManualUnlock) {
Updated, thanks!