Optimize imports

This commit is contained in:
misaochan 2018-02-07 20:24:50 +10:00 committed by maskara
parent 6d0415cad1
commit 5b481a2562
2 changed files with 1 additions and 4 deletions

View file

@ -6,9 +6,6 @@ import android.support.v4.app.Fragment;
import android.support.v4.content.ContextCompat;
import android.support.v7.app.AlertDialog;
import javax.inject.Inject;
import javax.inject.Named;
import fr.free.nrw.commons.R;
import fr.free.nrw.commons.contributions.ContributionController;

View file

@ -58,7 +58,7 @@ public class PlaceRenderer extends Renderer<Place> {
public PlaceRenderer(){
openedItems = new ArrayList<>();
}
public PlaceRenderer(Fragment fragment, ContributionController controller) {
this.fragment = fragment;
this.controller = controller;