nextcloud / ios

📱 Nextcloud iOS App
https://itunes.apple.com/us/app/nextcloud/id1125420102
GNU General Public License v3.0
1.99k stars 884 forks source link

Passcode app reset does not happen after 10 attempts #3198

Closed mpivchev closed 4 days ago

mpivchev commented 1 week ago

When passcode is typed incorrectly 10 times the app does not reset. It stays on this screen:

Image

    func passcodeReset(_ passcodeViewController: TOPasscodeViewController) {
        appDelegate?.resetApplication()
    }

this never gets called.