mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Simplification
This commit is contained in:
@@ -1213,7 +1213,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
if (message == null)
|
||||
return;
|
||||
|
||||
EntityOperation.queue(context, db, message, EntityOperation.FLAG, true, color);
|
||||
EntityOperation.queue(context, message, EntityOperation.FLAG, true, color);
|
||||
}
|
||||
});
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user