Updated on 2026-08-14

This commit is contained in:
Tangem 2018-06-29 22:59:47 +03:00
parent ec39d1a437
commit c9ffcd0e22
8 changed files with 529 additions and 256 deletions

View file

@ -246,7 +246,7 @@ public class SwapPINActivity extends AppCompatActivity implements NfcAdapter.Rea
new NoExtendedLengthSupportDialog().show(getFragmentManager(), NoExtendedLengthSupportDialog.TAG);
}
} else {
Toast.makeText(getBaseContext(), R.string.try_to_scan_again, Toast.LENGTH_LONG).show();
Toast.makeText(getBaseContext(), R.string.try_to_scan_again, Toast.LENGTH_SHORT).show();
}
progressBar.setProgress(100);
progressBar.setProgressTintList(ColorStateList.valueOf(Color.RED));