Updated on 2026-08-14

This commit is contained in:
Tangem 2018-08-02 12:37:20 +03:00
parent de96b85fd4
commit 0a19005b1d
27 changed files with 262 additions and 235 deletions

View file

@ -18,7 +18,7 @@ public class BalanceValidator {
else { return "Do not accept! " + secondLine;}
}
public int GetColor() {
if (score>89) { return R.color.msg_okay;}
if (score>89) { return R.color.confirmed;}
else if (score>74) { return android.R.color.holo_orange_light;}
else if (score>0) { return android.R.color.holo_orange_dark;}
else { return android.R.color.holo_red_light;}

View file

@ -202,11 +202,11 @@ class MainActivity : AppCompatActivity(), NfcAdapter.ReaderCallback, CardProtoco
return true
}
R.id.cleanCards -> {
onCardsClean!!.doClean()
llTapPrompt.visibility = View.VISIBLE
return true
}
// R.id.cleanCards -> {
// onCardsClean!!.doClean()
// llTapPrompt.visibility = View.VISIBLE
// return true
// }
R.id.about -> {
showLogoActivity()