This commit is contained in:
tiago.kayaya
2022-03-14 20:34:29 +01:00
parent bc5575d3dc
commit 1d61095730
2 changed files with 6 additions and 0 deletions
@@ -140,6 +140,8 @@ export class MessagesPage implements OnInit, OnChanges, AfterViewInit, OnDestroy
this.showAvatar = true
}, 150)
this.deleteRecording(this.lastAudioRecorded)
}
ngOnInit() {
@@ -147,6 +149,7 @@ export class MessagesPage implements OnInit, OnChanges, AfterViewInit, OnDestroy
this.getChatMembers();
VoiceRecorder.requestAudioRecordingPermission();
this.deleteRecording(this.lastAudioRecorded);
this.loadFiles();
}