Fix deletion of recordings not working
This commit is contained in:
parent
a9c730e26b
commit
b52e3905cc
1 changed files with 3 additions and 0 deletions
|
@ -142,6 +142,9 @@ public class RecordingListFragment extends Fragment implements View.OnClickListe
|
|||
public void onResume() {
|
||||
super.onResume();
|
||||
|
||||
// This is necessary, without it you won't be able to remove recordings as you won't be allowed to.
|
||||
LinphoneActivity.instance().checkAndRequestExternalStoragePermission();
|
||||
|
||||
LinphoneManager.getInstance().setAudioManagerModeNormal();
|
||||
LinphoneManager.getInstance().routeAudioToSpeaker();
|
||||
|
||||
|
|
Loading…
Reference in a new issue