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

Commit c4b95de5 authored by Diya Bera's avatar Diya Bera
Browse files

Device displays fingerprint enrollment after swiping back

Fixes: 259198369
Test: Manual - repro steps in bug
Change-Id: Ide7fa0d16daba795cfc3c63a5da351000f918a81
parent d5d2dc4e
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -103,10 +103,9 @@ public class MultiBiometricEnrollHelper {
                        0 /* requestCode */, faceIntent,
                        PendingIntent.FLAG_IMMUTABLE | PendingIntent.FLAG_UPDATE_CURRENT);
                intent.putExtra(EXTRA_ENROLL_AFTER_FINGERPRINT, faceAfterFp);

            }
            BiometricUtils.launchEnrollForResult(mActivity, intent, REQUEST_FINGERPRINT_ENROLL,
                    hardwareAuthToken, mGkPwHandle, mUserId);
            }
        }));
    }
}