File tree 1 file changed +5
-13
lines changed
app/src/main/java/fr/free/nrw/commons/category 1 file changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -70,19 +70,11 @@ public class CategorizationFragment extends CommonsDaggerSupportFragment {
70
70
@ BindView (R .id .categoriesExplanation )
71
71
TextView categoriesSkip ;
72
72
73
- @ Inject
74
- MediaWikiApi mwApi ;
75
- @ Inject
76
- @ Named ("default_preferences" )
77
- SharedPreferences prefs ;
78
- @ Inject
79
- @ Named ("prefs" )
80
- SharedPreferences prefsPrefs ;
81
- @ Inject
82
- @ Named ("direct_nearby_upload_prefs" )
83
- SharedPreferences directPrefs ;
84
- @ Inject
85
- CategoryDao categoryDao ;
73
+ @ Inject MediaWikiApi mwApi ;
74
+ @ Inject @ Named ("default_preferences" ) SharedPreferences prefs ;
75
+ @ Inject @ Named ("prefs" ) SharedPreferences prefsPrefs ;
76
+ @ Inject @ Named ("direct_nearby_upload_prefs" ) SharedPreferences directPrefs ;
77
+ @ Inject CategoryDao categoryDao ;
86
78
87
79
private RVRendererAdapter <CategoryItem > categoriesAdapter ;
88
80
private OnCategoriesSaveHandler onCategoriesSaveHandler ;
You can’t perform that action at this time.
0 commit comments