Skip to content
Snippets Groups Projects
  • Reiter, Christoph's avatar
    a27d3e8e
    Move the QR detection out of the redraw loop · a27d3e8e
    Reiter, Christoph authored
    We now queue it and in the callback check if the scan is still active,
    and go from there. This means we redraw all the time and detect mostly
    in the background.
    
    This results in worse perf with the old library since that isn't async, but
    we can always revert if needed.
    a27d3e8e
    History
    Move the QR detection out of the redraw loop
    Reiter, Christoph authored
    We now queue it and in the callback check if the scan is still active,
    and go from there. This means we redraw all the time and detect mostly
    in the background.
    
    This results in worse perf with the old library since that isn't async, but
    we can always revert if needed.