prongbang / screen_protector

Safe Data Leakage via Application Background Screenshot and Prevent Screenshot for Android and iOS.
https://pub.dev/packages/screen_protector
MIT License
39 stars 18 forks source link

fix(ios): missing disabling of protection screens in background #26

Closed vm-px closed 8 months ago

vm-px commented 8 months ago

Fixes a problem with protection screens being displayed if protectDataLeakage... off methods are called when the application is inactive. In this case, when returning to the application, the user will see the protection screen and will not be able to disable it until restarting the application.

prongbang commented 8 months ago

Thank you, for fixed issue :)