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

Commit 2ca8635a authored by Kevin Chyn's avatar Kevin Chyn Committed by android-build-merger
Browse files

Merge "Fix settings crash due to enrolling error" into oc-dev

am: 5ccc2fe2

Change-Id: I08fb0fd4826135f4b469e6516d2cea25cba0a679
parents 069e8ab3 5ccc2fe2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -134,7 +134,7 @@ public class FingerprintEnrollFindSensor extends FingerprintEnrollBase {
                    return;
                }
            }
            getFragmentManager().beginTransaction().remove(mSidecar).commit();
            getFragmentManager().beginTransaction().remove(mSidecar).commitAllowingStateLoss();
            mSidecar = null;
            startActivityForResult(getEnrollingIntent(), ENROLLING);
        }