mirror of
https://github.com/MinimalBible/MinimalBible-Legacy
synced 2025-07-07 16:54:48 -04:00
Add a download button to the download list view!
This commit is contained in:
@ -49,7 +49,7 @@ public class MinimalBible extends Application {
|
||||
*/
|
||||
@Override
|
||||
public void onCreate() {
|
||||
graph = ObjectGraph.create(new MinimalBibleModules());
|
||||
graph = ObjectGraph.create(MinimalBibleModules.class);
|
||||
graph.inject(this);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user