mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-24 05:46:14 +03:00
Use ic_launcher as avatar fallback image
This commit is contained in:
parent
9a161c1fea
commit
7001756bf1
1 changed files with 1 additions and 1 deletions
|
@ -648,7 +648,7 @@ public class NotesListViewActivity extends AppCompatActivity implements ItemAdap
|
|||
Glide
|
||||
.with(this)
|
||||
.load(url + "/index.php/avatar/" + Uri.encode(username) + "/64")
|
||||
.error(R.mipmap.ic_launcher_round)
|
||||
.error(R.mipmap.ic_launcher)
|
||||
.apply(RequestOptions.circleCropTransform())
|
||||
.into(this.currentAccountImage);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue