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.
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.