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

Commit ee92426e authored by Natnael Belay's avatar Natnael Belay Committed by Android (Google) Code Review
Browse files

Merge "Fix build issues w/ jetpck drop" into main

parents 24725826 4e6b43c8
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -127,10 +127,10 @@ private fun getCredentialOptionInfoList(
                    userName = credentialEntry.username.toString(),
                    displayName = credentialEntry.displayName?.toString(),
                    icon = credentialEntry.icon.loadDrawable(context),
                    shouldTintIcon = credentialEntry.isDefaultIcon,
                    shouldTintIcon = credentialEntry.hasDefaultIcon,
                    lastUsedTimeMillis = credentialEntry.lastUsedTime,
                    isAutoSelectable = credentialEntry.isAutoSelectAllowed &&
                            credentialEntry.autoSelectAllowedFromOption,
                            credentialEntry.isAutoSelectAllowedFromOption,
                )
                )
            }
@@ -148,10 +148,10 @@ private fun getCredentialOptionInfoList(
                    userName = credentialEntry.username.toString(),
                    displayName = credentialEntry.displayName?.toString(),
                    icon = credentialEntry.icon.loadDrawable(context),
                    shouldTintIcon = credentialEntry.isDefaultIcon,
                    shouldTintIcon = credentialEntry.hasDefaultIcon,
                    lastUsedTimeMillis = credentialEntry.lastUsedTime,
                    isAutoSelectable = credentialEntry.isAutoSelectAllowed &&
                            credentialEntry.autoSelectAllowedFromOption,
                            credentialEntry.isAutoSelectAllowedFromOption,
                )
                )
            }
@@ -170,10 +170,10 @@ private fun getCredentialOptionInfoList(
                    userName = credentialEntry.title.toString(),
                    displayName = credentialEntry.subtitle?.toString(),
                    icon = credentialEntry.icon.loadDrawable(context),
                    shouldTintIcon = credentialEntry.isDefaultIcon,
                    shouldTintIcon = credentialEntry.hasDefaultIcon,
                    lastUsedTimeMillis = credentialEntry.lastUsedTime,
                    isAutoSelectable = credentialEntry.isAutoSelectAllowed &&
                            credentialEntry.autoSelectAllowedFromOption,
                            credentialEntry.isAutoSelectAllowedFromOption,
                )
                )
            }