Skip to content

Commit 22d2b17

Browse files
authored
Remove wrong imports that cause failed build (commons-app#1775)
1 parent d05cf39 commit 22d2b17

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/src/main/java/fr/free/nrw/commons/di/CommonsApplicationModule.java

-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@
2424
import fr.free.nrw.commons.wikidata.WikidataEditListenerImpl;
2525

2626
import static android.content.Context.MODE_PRIVATE;
27-
import static fr.free.nrw.commons.contributions.ContributionsContentProvider.CONTRIBUTION_AUTHORITY;
2827
import static fr.free.nrw.commons.explore.recentsearches.RecentSearchesContentProvider.RECENT_SEARCH_AUTHORITY;
29-
import static fr.free.nrw.commons.modifications.ModificationsContentProvider.MODIFICATIONS_AUTHORITY;
3028

3129
@Module
3230
@SuppressWarnings({"WeakerAccess", "unused"})

0 commit comments

Comments
 (0)