Further reduced coupling between classes and the need to @Inject the account utils class, fixed imports.

This commit is contained in:
Paul Hawke 2017-09-10 10:23:47 -05:00
parent 9c0cbe7ad5
commit a208c9f273
19 changed files with 66 additions and 84 deletions

View file

@ -6,7 +6,6 @@ import android.net.Uri;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.util.TypedValue;
import android.view.LayoutInflater;
import android.view.View;
@ -25,7 +24,6 @@ import java.util.Locale;
import javax.inject.Inject;
import dagger.android.support.DaggerFragment;
import fr.free.nrw.commons.CommonsApplication;
import fr.free.nrw.commons.License;
import fr.free.nrw.commons.LicenseList;
import fr.free.nrw.commons.Media;