Fix #509
This commit is contained in:
parent
c9717a2bab
commit
55eecae70a
1 changed files with 0 additions and 3 deletions
|
@ -487,9 +487,6 @@ public class NewsDetailActivity extends PodcastFragmentActivity {
|
|||
}
|
||||
}
|
||||
|
||||
//Fix for #257
|
||||
content = title + " - " + content;
|
||||
|
||||
Intent share = new Intent(Intent.ACTION_SEND);
|
||||
share.setType("text/plain");
|
||||
//share.putExtra(Intent.EXTRA_SUBJECT, rssFiles.get(currentPosition).getTitle());
|
||||
|
|
Loading…
Reference in a new issue