Improve performance from thread being updated to data available to render.

This commit is contained in:
Cody Henthorne
2023-04-14 16:28:56 -04:00
parent 9d17bf473c
commit 4f06a0d27c
39 changed files with 497 additions and 815 deletions

View File

@@ -17,6 +17,9 @@ import org.thoughtcrime.securesms.mms.GlideRequest;
*/
public class Megaphone {
@SuppressWarnings("ConstantConditions")
public static final Megaphone NONE = new Megaphone.Builder(null, null).build();
private final Event event;
private final Style style;
private final boolean canSnooze;