mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Add new fragment for injection
This commit is contained in:
parent
12cd548b7a
commit
f6347f0745
1 changed files with 5 additions and 0 deletions
|
|
@ -16,6 +16,8 @@ import fr.free.nrw.commons.media.MediaDetailPagerFragment;
|
||||||
import fr.free.nrw.commons.nearby.NearbyFragment;
|
import fr.free.nrw.commons.nearby.NearbyFragment;
|
||||||
import fr.free.nrw.commons.nearby.NearbyListFragment;
|
import fr.free.nrw.commons.nearby.NearbyListFragment;
|
||||||
import fr.free.nrw.commons.nearby.NearbyMapFragment;
|
import fr.free.nrw.commons.nearby.NearbyMapFragment;
|
||||||
|
import fr.free.nrw.commons.nearby.NoPermissionsFragment;
|
||||||
|
import fr.free.nrw.commons.review.ReviewOutOfContextFragment;
|
||||||
import fr.free.nrw.commons.settings.SettingsFragment;
|
import fr.free.nrw.commons.settings.SettingsFragment;
|
||||||
|
|
||||||
@Module
|
@Module
|
||||||
|
|
@ -67,4 +69,7 @@ public abstract class FragmentBuilderModule {
|
||||||
@ContributesAndroidInjector
|
@ContributesAndroidInjector
|
||||||
abstract BookmarkLocationsFragment bindBookmarkLocationListFragment();
|
abstract BookmarkLocationsFragment bindBookmarkLocationListFragment();
|
||||||
|
|
||||||
|
@ContributesAndroidInjector
|
||||||
|
abstract ReviewOutOfContextFragment bindReviewOutOfContextFragment();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue