mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Improve performance from thread being updated to data available to render.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user