Updated on 2026-08-14
This commit is contained in:
parent
50aad2e585
commit
840499c35a
1 changed files with 2 additions and 1 deletions
|
|
@ -685,7 +685,8 @@ class LoadedWallet : Fragment(), NfcAdapter.ReaderCallback, CardProtocol.Notific
|
|||
}
|
||||
|
||||
override fun onReadStart(cardProtocol: CardProtocol) {
|
||||
rlProgressBar.post { rlProgressBar.visibility = View.VISIBLE }
|
||||
if (rlProgressBar != null)
|
||||
rlProgressBar.post { rlProgressBar.visibility = View.VISIBLE }
|
||||
}
|
||||
|
||||
override fun onReadProgress(protocol: CardProtocol, progress: Int) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue