Fix title of the subject when sharing an URL
This commit is contained in:
parent
c972940338
commit
2fb86364ab
2 changed files with 11 additions and 3 deletions
|
|
@ -234,7 +234,7 @@ public class RouterActivity extends AppCompatActivity {
|
|||
.setPositiveButton(R.string.open_in_browser,
|
||||
(dialog, which) -> ShareUtils.openUrlInBrowser(this, url))
|
||||
.setNegativeButton(R.string.share,
|
||||
(dialog, which) -> ShareUtils.shareText(this, "", url)) // no subject
|
||||
(dialog, which) -> ShareUtils.shareText(this, "", url, false)) //no subject
|
||||
.setNeutralButton(R.string.cancel, null)
|
||||
.setOnDismissListener(dialog -> finish())
|
||||
.show();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue