Updated on 2026-08-14
This commit is contained in:
parent
72d7ca48a3
commit
98bbd7622b
4 changed files with 10 additions and 8 deletions
|
|
@ -43,9 +43,9 @@ class ViewState(
|
|||
}
|
||||
|
||||
override fun update(value: ViewState) {
|
||||
isVisibleState = value.isVisibleState
|
||||
backgroundColor = value.backgroundColor
|
||||
descriptionVisibility = value.descriptionVisibility
|
||||
// isVisibleState.update(value.isVisibleState)
|
||||
// backgroundColor.update(value.backgroundColor)
|
||||
// descriptionVisibility.update(value.descriptionVisibility)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
package com.tangem.tangemtest.ucase.variants.personalize.dto
|
||||
|
||||
import com.tangem.commands.EllipticCurve
|
||||
|
||||
/**
|
||||
[REDACTED_AUTHOR]
|
||||
*/
|
||||
|
|
@ -90,8 +92,8 @@ class PersonalizationConfig {
|
|||
batchId = "ffff"
|
||||
|
||||
// Common
|
||||
curveID = "ed25519"
|
||||
blockchain = "BTC/test"
|
||||
curveID = EllipticCurve.Secp256k1.curve
|
||||
blockchain = "ETH"
|
||||
blockchainCustom = ""
|
||||
MaxSignatures = 999999L
|
||||
createWallet = true
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
<string name="stub">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit</string>
|
||||
<!-- <string name="stub">Sed ut perspiciatis unde omnis iste natus</string>-->
|
||||
|
||||
<string name="show_rare_fields">Show rarely used fields</string>
|
||||
<string name="hide_rare_fields">Hide</string>
|
||||
<string name="show_rare_fields">Show all fields</string>
|
||||
<string name="hide_rare_fields">Hide fields</string>
|
||||
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<string name="menu_personalization_preset_reset">Reset configuration to default</string>
|
||||
<string name="menu_personalization_preset_reset">Reset to default</string>
|
||||
<string name="menu_personalization_preset_save">Save configuration</string>
|
||||
<string name="menu_personalization_preset_load">Load configuration</string>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue