diff --git a/src/views/ContactQRScanView.vue b/src/views/ContactQRScanView.vue
index c7a4b68a..e13edc3b 100644
--- a/src/views/ContactQRScanView.vue
+++ b/src/views/ContactQRScanView.vue
@@ -11,7 +11,7 @@
@@ -416,6 +416,11 @@ export default class ContactQRScan extends Vue {
logger.info("App resumed, scanner can be restarted by user");
this.isScanning = false;
}
+
+ async handleBack() {
+ await this.cleanupScanner();
+ this.$router.back();
+ }
}