remove delay after dismissing qr-scan-viewcontroller
UIKit seems to be pretty slow in updating underlaying view sometimes,
a quick search for "viewcontroller dismiss completion delayed"
shows several issues.
we ignore this issue by not waiting until the controller is really dismissed,
afaik, ther is no need to do so.