Skip to content

Conversation

@fahim-ahmed05
Copy link

  • Safe onResume override
 local originalResume = self.onResume
    self.onResume = function(self)
        if originalResume then originalResume(self) end
        if not self.locked then
            self:lockScreen()
        end
  • Removed unlocked notification
    Adds extra unnecessary 1s delay before I can use the device.

  • Formatted README
    image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants