feat: added editing cards feature
This commit is contained in:
@@ -46,12 +46,11 @@ class ShowCardActivity : AppCompatActivity() {
|
||||
|
||||
if (cardInfo == null) {
|
||||
Toast.makeText(this, "cardInfo is null", Toast.LENGTH_LONG).show()
|
||||
|
||||
return
|
||||
}
|
||||
|
||||
val cardCodeView: ImageView = findViewById(R.id.cardCodeView)
|
||||
val cardNameElement: TextView = findViewById(R.id.cardName)
|
||||
val cardNameElement: TextView = findViewById(R.id.editCardActionLabel)
|
||||
|
||||
cardNameElement.text = cardInfo.name
|
||||
|
||||
|
||||
Reference in New Issue
Block a user