diff --git a/lib/browser/app.js b/lib/browser/app.js index 9d8c5ab0..d9c50777 100644 --- a/lib/browser/app.js +++ b/lib/browser/app.js @@ -101,7 +101,15 @@ app.controller('AppController', function( // the settings screen when a burn finished // and goes back to the main screen with the back button. if (!this.writer.isBurning()) { - this.selection.clear(); + + this.selection.clear({ + + // Preserve image, in case there is one, otherwise + // we revert the behaviour of "Use same image". + preserveImage: true + + }); + this.writer.resetState(); }