Simplification

This commit is contained in:
M66B
2019-05-18 08:49:20 +02:00
parent 386f9cca17
commit 58b2d97339
13 changed files with 73 additions and 71 deletions

View File

@@ -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;