Skip to content

Commit

Permalink
fix(sif): enable sif screen
Browse files Browse the repository at this point in the history
- adds the sif screen
  • Loading branch information
bocajthomas committed Sep 4, 2024
1 parent 1ba3269 commit ce1dbc5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ class SetupActivity : ComponentActivity() {
if (isFirstRun || hasRequirement(Requirements.MAPPINGS)) {
add(MappingsScreen().apply { route = "mappings" })
}
/*if (isFirstRun || hasRequirement(Requirements.SIF)) {
if (isFirstRun || hasRequirement(Requirements.SIF)) {
add(SecurityScreen().apply { route = "security" })
}*/
}
}

// If there are no required screens, we can just finish the activity
Expand Down

0 comments on commit ce1dbc5

Please sign in to comment.