[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…
Reference in a new issue