dotnet / android-samples

A collection of .NET for Android sample projects
https://dotnet.microsoft.com/apps/mobile
MIT License
2.21k stars 4.05k forks source link

Fixes bug that would crash FingerprintGuide #263

Closed MihaMarkic closed 6 years ago

MihaMarkic commented 6 years ago

Fixes bug that would crash FingerprintGuide when fragment is shown an…d activity is recreated. Fix consists of not passing FingerprintManagerCompat instance to fragment. It becomes null if activity is recreated when fragment is shown. To crash existing code enable developer option "Do not keep activities", make app to show the fingerprint fragment, hide activity, make activity foreground.