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

better (?) file type processing

This commit is contained in:
Nikolay Pultsin 2012-04-08 08:26:49 +01:00
parent ca274c24c6
commit 257c9fa5dd
9 changed files with 97 additions and 6 deletions

View file

@ -33,6 +33,6 @@ public class ShareBookAction extends FBAndroidAction {
@Override
protected void run(Object ... params) {
Util.shareBook(BaseActivity, Reader.Model.Book);
FBUtil.shareBook(BaseActivity, Reader.Model.Book);
}
}