parity-signer icon indicating copy to clipboard operation
parity-signer copied to clipboard

Android - Bug - Scanner thinks anything is a multiframe QR

Open Tbaut opened this issue 2 years ago • 2 comments

What happened:

  • I'm scanning a normal (single frame) QR code, but the scanner thinks it's a mutli-frame (shows the bar and absurd numbers like 7/282 )

How to reproduce

  • scan a multiframe QR code successfully (in my case Karura metadata, whether or not you have the network spec doesn't matter)
  • then scan an extrinsic QR code, for instance.
  • I had the bug twice that while scanning a single frame QR, after having added some network metadata, the scanner showed the multi-frame progress bar. I had to click on "start over" for the scan to work again.

Tbaut avatar Mar 14 '22 23:03 Tbaut

This is likely caused by improper clearing of frame collector upon transaction parse. Should get fixed once it submerges into rust as well.

Slesarew avatar Mar 15 '22 15:03 Slesarew

I think it got temporary fix in #986

Slesarew avatar Apr 13 '22 13:04 Slesarew