proper share link chooser
This commit is contained in:
parent
f04a5bd2c6
commit
4a93d65253
@ -583,7 +583,7 @@ public class ProfileFragment extends Fragment implements SwipeRefreshLayout.OnRe
|
|||||||
final Intent sharingIntent = new Intent(Intent.ACTION_SEND);
|
final Intent sharingIntent = new Intent(Intent.ACTION_SEND);
|
||||||
sharingIntent.setType("text/plain");
|
sharingIntent.setType("text/plain");
|
||||||
sharingIntent.putExtra(Intent.EXTRA_TEXT, "https://instagram.com/" + profileModel.getUsername());
|
sharingIntent.putExtra(Intent.EXTRA_TEXT, "https://instagram.com/" + profileModel.getUsername());
|
||||||
startActivity(sharingIntent);
|
startActivity(Intent.createChooser(sharingIntent, null));
|
||||||
return true;
|
return true;
|
||||||
} else if (itemId == R.id.share_dm) {
|
} else if (itemId == R.id.share_dm) {
|
||||||
// final UserSearchNavGraphDirections.ActionGlobalUserSearch actionGlobalUserSearch = UserSearchFragmentDirections
|
// final UserSearchNavGraphDirections.ActionGlobalUserSearch actionGlobalUserSearch = UserSearchFragmentDirections
|
||||||
|
Loading…
Reference in New Issue
Block a user