Skip to content

Commit

Permalink
Update shield setup onboarding illustrations
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiupuhalschi-rdx committed Dec 6, 2024
1 parent b9dab89 commit d13afb0
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 915 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class SecurityCenterViewModel @Inject constructor(

val hasSecurityProblems = securityProblems.isNotEmpty()

val hasSecurityShieldsProblems = true
val hasSecurityShieldsProblems = false

val hasSecurityRelatedProblems = securityProblems.any { it.isSecurityFactorRelated }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import androidx.compose.runtime.LaunchedEffect
import androidx.compose.runtime.getValue
import androidx.compose.ui.Alignment
import androidx.compose.ui.Modifier
import androidx.compose.ui.layout.ContentScale
import androidx.compose.ui.res.painterResource
import androidx.compose.ui.res.stringResource
import androidx.compose.ui.text.style.TextAlign
Expand Down Expand Up @@ -196,10 +195,8 @@ private fun PageContent(
contentAlignment = Alignment.TopCenter
) {
Image(
modifier = Modifier.fillMaxWidth(),
painter = painterResource(id = imageRes),
contentDescription = null,
contentScale = ContentScale.FillWidth
contentDescription = null
)
}

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
387 changes: 0 additions & 387 deletions designsystem/src/main/res/drawable/shield_intro_1.xml

This file was deleted.

523 changes: 0 additions & 523 deletions designsystem/src/main/res/drawable/shield_intro_3.xml

This file was deleted.

0 comments on commit d13afb0

Please sign in to comment.