Better handling of data encryption

This commit is contained in:
topjohnwu
2020-09-28 04:45:56 -07:00
parent 9bebe07d5a
commit 46de1ed968
6 changed files with 10 additions and 10 deletions
@@ -24,7 +24,7 @@ class InstallViewModel(
) : BaseViewModel(State.LOADED) {
val isRooted = Shell.rootAccess()
val skipOptions = Info.ramdisk && Info.isFBE && Info.isSAR
val skipOptions = Info.ramdisk && !Info.isFDE && Info.isSAR
@get:Bindable
var step = if (skipOptions) 1 else 0