Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7001756b authored by stefan-niedermann's avatar stefan-niedermann
Browse files

Use ic_launcher as avatar fallback image

parent 9a161c1f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
            }