mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Allow removing avatars
This commit is contained in:
@@ -202,6 +202,8 @@ public class EntityMessage implements Serializable {
|
||||
void getAvatar(Context context) {
|
||||
if (ContextCompat.checkSelfPermission(context, Manifest.permission.READ_CONTACTS)
|
||||
== PackageManager.PERMISSION_GRANTED) {
|
||||
this.avatar = null;
|
||||
|
||||
try {
|
||||
if (this.from != null)
|
||||
for (int i = 0; i < this.from.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user