Updated on 2026-08-14
This commit is contained in:
parent
4375e7687f
commit
0d993b5141
53 changed files with 430 additions and 356 deletions
|
|
@ -1,6 +1,6 @@
|
|||
package com.tangem.tap.proxy
|
||||
|
||||
import com.tangem.common.card.Card
|
||||
import com.tangem.domain.common.CardDTO
|
||||
import com.tangem.domain.common.ScanResponse
|
||||
import com.tangem.tap.common.redux.AppState
|
||||
import com.tangem.tap.domain.TangemSdkManager
|
||||
|
|
@ -20,7 +20,7 @@ class AppStateHolder {
|
|||
var mainStore: Store<AppState>? = null
|
||||
var tangemSdkManager: TangemSdkManager? = null
|
||||
|
||||
fun getActualCard(): Card? {
|
||||
fun getActualCard(): CardDTO? {
|
||||
return scanResponse?.card
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue