mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 22:03:55 +01:00
More cleanup based on comments
This commit is contained in:
parent
eb3e448452
commit
7c54e95321
7 changed files with 4 additions and 47 deletions
|
|
@ -40,12 +40,6 @@ public class ContributionsContentProvider extends CommonsDaggerContentProvider {
|
|||
|
||||
@Inject DBOpenHelper dbOpenHelper;
|
||||
|
||||
@Override
|
||||
public boolean onCreate() {
|
||||
super.onCreate();
|
||||
return true;
|
||||
}
|
||||
|
||||
@SuppressWarnings("ConstantConditions")
|
||||
@Override
|
||||
public Cursor query(@NonNull Uri uri, String[] projection, String selection,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue