Updated on 2026-08-14
This commit is contained in:
parent
ad65a62b3f
commit
97a13da0d7
19 changed files with 176 additions and 56 deletions
|
|
@ -125,8 +125,9 @@ internal class AppStartupGateComponent @AssistedInject constructor(
|
|||
AppUpdateState.ForceUpdate -> ForceUpdateComponent.Mode.Force
|
||||
AppUpdateState.Brick -> ForceUpdateComponent.Mode.Brick
|
||||
AppUpdateState.OsTooOld -> ForceUpdateComponent.Mode.OsTooOld
|
||||
AppUpdateState.OptionalUpdate -> ForceUpdateComponent.Mode.Optional
|
||||
AppUpdateState.NoUpdate -> null
|
||||
AppUpdateState.OptionalUpdate,
|
||||
AppUpdateState.NoUpdate,
|
||||
-> null
|
||||
}
|
||||
|
||||
private sealed interface GateConfig {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue