mirror of
https://github.com/MinimalBible/MinimalBible-Legacy
synced 2025-07-02 06:16:08 -04:00
Update one more TODO
This commit is contained in:
@ -59,7 +59,7 @@ public class BookListFragment extends Fragment {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns a new instance of this fragment for the given section number.
|
* Returns a new instance of this fragment for the given section number.
|
||||||
* TODO: This will need to be switched to an @Provides class maybe?
|
* TODO: Switch to AutoFactory/@Provides rather than inline creation.
|
||||||
*/
|
*/
|
||||||
public static BookListFragment newInstance(BookCategory c) {
|
public static BookListFragment newInstance(BookCategory c) {
|
||||||
BookListFragment fragment = new BookListFragment();
|
BookListFragment fragment = new BookListFragment();
|
||||||
|
Reference in New Issue
Block a user