Reformat ZimHostActivity

This commit is contained in:
Adeel Zafar 2019-08-16 20:37:42 +05:00
parent d5ab2fcbf1
commit 2cc3589f68

View File

@ -118,8 +118,7 @@ public class ZimHostActivity extends BaseActivity implements
return Unit.INSTANCE;
});
bookDelegate.setSelectionMode(SelectionMode.MULTI);
booksAdapter = new BooksOnDiskAdapter(bookDelegate
,
booksAdapter = new BooksOnDiskAdapter(bookDelegate,
BookOnDiskDelegate.LanguageDelegate.INSTANCE
);