mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 02:09:35 +02:00
formatting cleanup
This commit is contained in:
parent
fcafd8120a
commit
dc59bf47e4
102 changed files with 498 additions and 498 deletions
|
@ -38,7 +38,7 @@ public class SelectionShareAction extends FBAndroidAction {
|
|||
|
||||
final Intent intent = new Intent(android.content.Intent.ACTION_SEND);
|
||||
intent.setType("text/plain");
|
||||
intent.putExtra(android.content.Intent.EXTRA_SUBJECT,
|
||||
intent.putExtra(android.content.Intent.EXTRA_SUBJECT,
|
||||
ZLResource.resource("selection").getResource("quoteFrom").getValue().replace("%s", title)
|
||||
);
|
||||
intent.putExtra(android.content.Intent.EXTRA_TEXT, text);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue