mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Optimize imports
This commit is contained in:
parent
6d0415cad1
commit
5b481a2562
2 changed files with 1 additions and 4 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue