mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fix last commit (missing affectation)
This commit is contained in:
parent
04ae3e1194
commit
28f2e2ed51
1 changed files with 1 additions and 0 deletions
|
|
@ -141,6 +141,7 @@ public class LinphoneLauncherActivity extends Activity {
|
|||
newIntent.putExtra("fileShared", stringFileShared);
|
||||
}
|
||||
}else {
|
||||
fileUri = (Uri) intent.getParcelableExtra(Intent.EXTRA_STREAM);
|
||||
stringUriFileShared = LinphoneUtils.getFilePath(getBaseContext(), fileUri);
|
||||
newIntent.putExtra("fileShared", stringUriFileShared);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue