mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
save
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user