Improve comment clarity

This commit is contained in:
Sylvia van Os
2026-04-25 14:11:27 +02:00
parent 0967e475d5
commit 774fcfd497
2 changed files with 2 additions and 2 deletions

View File

@@ -680,7 +680,7 @@ public class LoyaltyCardViewActivity extends CatimaAppCompatActivity implements
window.setAttributes(attributes);
}
// Pause NFC to prevent interference with barcode scanners
// Pause NFC to prevent NFC payments from triggering while showing a barcode
if (settings.getDisableNfcWhileViewingCard()) {
NfcAdapter nfcAdapter = NfcAdapter.getDefaultAdapter(this);
if (nfcAdapter != null) {