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

Commit 4ae96c6a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Unlocked empty auth entry shouldn't be clickable anymore" into udc-dev am: 02416e15

parents 142883f5 02416e15
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -561,7 +561,12 @@ fun AuthenticationEntryRow(
    enforceOneLine: Boolean = false,
) {
    Entry(
        onClick = { onEntrySelected(authenticationEntryInfo) },
        onClick = if (authenticationEntryInfo.isUnlockedAndEmpty) {
            {}
        } // No-op
        else {
            { onEntrySelected(authenticationEntryInfo) }
        },
        iconImageBitmap = authenticationEntryInfo.icon.toBitmap().asImageBitmap(),
        entryHeadlineText = authenticationEntryInfo.title,
        entrySecondLineText = stringResource(