mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
save
This commit is contained in:
@@ -145,6 +145,8 @@ export class GroupMessagesPage implements OnInit, OnChanges, AfterViewInit, OnDe
|
||||
this.showAvatar = true
|
||||
}, 50)
|
||||
|
||||
this.deleteRecording(this.lastAudioRecorded);
|
||||
|
||||
}
|
||||
|
||||
ngOnInit() {
|
||||
@@ -158,6 +160,7 @@ export class GroupMessagesPage implements OnInit, OnChanges, AfterViewInit, OnDe
|
||||
this.getChatMembers();
|
||||
//this.getMessageDB();
|
||||
VoiceRecorder.requestAudioRecordingPermission();
|
||||
this.deleteRecording(this.lastAudioRecorded);
|
||||
this.loadFiles();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user