Updated on 2026-08-14

This commit is contained in:
Tangem 2018-06-26 21:32:46 +03:00
parent cecb958d13
commit b5c0595723
8 changed files with 225 additions and 200 deletions

View file

@ -23,7 +23,7 @@ import com.tangem.domain.wallet.TangemCard;
import com.tangem.util.Util;
import com.tangem.presentation.dialog.NoExtendedLengthSupportDialog;
import com.tangem.wallet.R;
import com.tangem.data.network.task.VerifyCardTask;
import com.tangem.data.task.VerifyCardTask;
import com.tangem.presentation.dialog.WaitSecurityDelayDialog;
public class EmptyWalletActivity extends AppCompatActivity implements NfcAdapter.ReaderCallback, CardProtocol.Notifications {