Updated on 2026-08-14

This commit is contained in:
Tangem 2026-07-23 18:04:31 +04:00
parent ad65a62b3f
commit 97a13da0d7
19 changed files with 176 additions and 56 deletions

View file

@ -9,5 +9,5 @@ interface ForceUpdateComponent : ComposableContentComponent {
data class Params(val mode: Mode)
enum class Mode { Force, Brick, OsTooOld, Optional }
enum class Mode { Force, Brick, OsTooOld }
}