File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
app/src/main/java/fr/free/nrw/commons Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1515import android .support .design .widget .BottomSheetBehavior ;
1616import android .support .v4 .app .FragmentTransaction ;
1717import android .support .v7 .app .AlertDialog ;
18+
19+ import android .text .TextUtils ;
1820import android .view .Menu ;
1921import android .view .MenuInflater ;
2022import android .view .MenuItem ;
2123import android .view .View ;
2224import android .widget .LinearLayout ;
2325import android .widget .ProgressBar ;
2426
27+ import android .widget .Toast ;
2528import com .google .gson .Gson ;
2629import com .google .gson .GsonBuilder ;
2730
31+ import io .reactivex .functions .Consumer ;
32+ import java .io .IOException ;
33+ import java .net .ConnectException ;
34+ import java .net .UnknownHostException ;
2835import java .util .List ;
2936
3037import javax .inject .Inject ;
Original file line number Diff line number Diff line change @@ -446,7 +446,6 @@ public void onAnimationRepeat(Animator animator) {
446446 });
447447 }
448448
449-
450449 @ Override
451450 public void onRequestPermissionsResult (int requestCode ,
452451 @ NonNull String [] permissions , @ NonNull int [] grantResults ) {
You can’t perform that action at this time.
0 commit comments