Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea69c425 authored by Joe Bolinger's avatar Joe Bolinger
Browse files

Fix crash when error is shown during invalid lifecycle.

Fix: 216492911
Test: manual
Change-Id: I1de23885a9b80fabdc199ad09c35c3f98e86c831
parent 2335dd98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ public class FingerprintErrorDialog extends BiometricErrorDialog {
        }

        final FragmentManager fragmentManager = host.getSupportFragmentManager();
        if (fragmentManager.isDestroyed()) {
        if (fragmentManager.isDestroyed() || fragmentManager.isStateSaved()) {
            return;
        }