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

Unverified Commit 4f280d71 authored by Wolf-Martell Montwé's avatar Wolf-Martell Montwé
Browse files

Remove AutoDiscover email address is enabled check to allow editing anytime

parent 5ab82847
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -35,7 +35,6 @@ internal fun LazyListScope.contentItems(
            emailAddress = state.emailAddress.value,
            error = state.emailAddress.error,
            onEmailAddressChange = { onEvent(Event.EmailAddressChanged(it)) },
            isEnabled = state.configStep == ConfigStep.EMAIL_ADDRESS,
        )
    }