More cleanup based on comments

This commit is contained in:
maskara 2018-01-14 02:09:32 +05:30
parent eb3e448452
commit 7c54e95321
7 changed files with 4 additions and 47 deletions

View file

@ -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,