Fix deletion of recordings not working

This commit is contained in:
Mickaël Turnel 2018-11-29 17:42:44 +01:00
parent a9c730e26b
commit b52e3905cc

View file

@ -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();