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
da8a8d44af
commit
1aaf26739e
4 changed files with 4 additions and 4 deletions
|
@ -31,7 +31,7 @@ public class SelectionShareAction extends FBAndroidAction {
|
|||
}
|
||||
|
||||
@Override
|
||||
protected void run(Object ... params) {
|
||||
protected void run(Object ... params) {
|
||||
final String text = Reader.getTextView().getSelectedText();
|
||||
final String title = Reader.Model.Book.getTitle();
|
||||
Reader.getTextView().clearSelection();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue