mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-28 00:59:19 +00:00
[File sharing] fix opening file shared if known extension
This commit is contained in:
parent
7bdef7c686
commit
07bce56251
1 changed files with 0 additions and 1 deletions
|
|
@ -1643,7 +1643,6 @@ public class ChatFragment extends Fragment implements OnClickListener, LinphoneC
|
|||
}else {
|
||||
intent.setDataAndType(contentUri, "*/*");
|
||||
}
|
||||
intent.setDataAndType(contentUri, "*/*");
|
||||
intent.addFlags(FLAG_GRANT_READ_URI_PERMISSION);
|
||||
context.startActivity(intent);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue