mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Fix newlines
This commit is contained in:
parent
29ccd5826c
commit
b600f51564
1 changed files with 5 additions and 13 deletions
|
|
@ -70,19 +70,11 @@ public class CategorizationFragment extends CommonsDaggerSupportFragment {
|
||||||
@BindView(R.id.categoriesExplanation)
|
@BindView(R.id.categoriesExplanation)
|
||||||
TextView categoriesSkip;
|
TextView categoriesSkip;
|
||||||
|
|
||||||
@Inject
|
@Inject MediaWikiApi mwApi;
|
||||||
MediaWikiApi mwApi;
|
@Inject @Named("default_preferences") SharedPreferences prefs;
|
||||||
@Inject
|
@Inject @Named("prefs") SharedPreferences prefsPrefs;
|
||||||
@Named("default_preferences")
|
@Inject @Named("direct_nearby_upload_prefs") SharedPreferences directPrefs;
|
||||||
SharedPreferences prefs;
|
@Inject CategoryDao categoryDao;
|
||||||
@Inject
|
|
||||||
@Named("prefs")
|
|
||||||
SharedPreferences prefsPrefs;
|
|
||||||
@Inject
|
|
||||||
@Named("direct_nearby_upload_prefs")
|
|
||||||
SharedPreferences directPrefs;
|
|
||||||
@Inject
|
|
||||||
CategoryDao categoryDao;
|
|
||||||
|
|
||||||
private RVRendererAdapter<CategoryItem> categoriesAdapter;
|
private RVRendererAdapter<CategoryItem> categoriesAdapter;
|
||||||
private OnCategoriesSaveHandler onCategoriesSaveHandler;
|
private OnCategoriesSaveHandler onCategoriesSaveHandler;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue