1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-04 02:09:35 +02:00

formatting cleanup

This commit is contained in:
Nikolay Pultsin 2013-02-01 15:55:02 +00:00
parent fcafd8120a
commit dc59bf47e4
102 changed files with 498 additions and 498 deletions

View file

@ -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);