This commit is contained in:
NudeDude 2018-11-07 08:00:55 +01:00
parent 94747c572d
commit 8bcd26955f
2 changed files with 2 additions and 2 deletions

View File

@ -225,7 +225,7 @@ public class ProfileLoader extends AsyncTask<Long, Long, Long> {
if (isFollowed) {
ui.get().findViewById(R.id.followback).setVisibility(View.VISIBLE);
}
if (imgEnabled && profile.getDrawable() == null) {
if (imgEnabled) {
String link = user.getImageLink() + "_bigger";
Picasso.get().load(link).into(profile);
}

View File

@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.0'
classpath 'com.android.tools.build:gradle:3.2.1'
}
}