mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-05-16 22:27:09 +02:00
fix: temporary removal of sif screen
This commit is contained in:
parent
12ad30ffd8
commit
3b13aae243
@ -216,9 +216,9 @@ class RemoteSideContext(
|
|||||||
requirements = requirements or Requirements.MAPPINGS
|
requirements = requirements or Requirements.MAPPINGS
|
||||||
}
|
}
|
||||||
|
|
||||||
if (sharedPreferences.getString("sif", null) == null) {
|
/*if (sharedPreferences.getString("sif", null) == null) {
|
||||||
requirements = requirements or Requirements.SIF
|
requirements = requirements or Requirements.SIF
|
||||||
}
|
}*/
|
||||||
|
|
||||||
if (requirements == 0) return false
|
if (requirements == 0) return false
|
||||||
|
|
||||||
|
@ -66,9 +66,9 @@ class SetupActivity : ComponentActivity() {
|
|||||||
if (isFirstRun || hasRequirement(Requirements.MAPPINGS)) {
|
if (isFirstRun || hasRequirement(Requirements.MAPPINGS)) {
|
||||||
add(MappingsScreen().apply { route = "mappings" })
|
add(MappingsScreen().apply { route = "mappings" })
|
||||||
}
|
}
|
||||||
if (isFirstRun || hasRequirement(Requirements.SIF)) {
|
/*if (isFirstRun || hasRequirement(Requirements.SIF)) {
|
||||||
add(SecurityScreen().apply { route = "security" })
|
add(SecurityScreen().apply { route = "security" })
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
|
|
||||||
// If there are no required screens, we can just finish the activity
|
// If there are no required screens, we can just finish the activity
|
||||||
|
Loading…
x
Reference in New Issue
Block a user