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

Commit fffd3d56 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[flexiglass] Initial isAutoConfirmFeatureEnabled to correct value" into main

parents 67ce0cae 92e49d7a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -215,7 +215,8 @@ constructor(

    override val isAutoConfirmFeatureEnabled: StateFlow<Boolean> =
        refreshingFlow(
            initialValue = false,
            initialValue =
                lockPatternUtils.isAutoPinConfirmEnabled(userRepository.getSelectedUserInfo().id),
            getFreshValue = lockPatternUtils::isAutoPinConfirmEnabled,
        )