mirror of
https://github.com/nuclearfog/Shitter.git
synced 2025-01-01 04:17:21 +01:00
bug fix
This commit is contained in:
parent
94747c572d
commit
8bcd26955f
@ -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);
|
||||
}
|
||||
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user