Skip to content

Commit

Permalink
GcmActivity: restore missing field
Browse files Browse the repository at this point in the history
  • Loading branch information
jamorham committed Sep 4, 2024
1 parent f0a46a3 commit 2b9f3a8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public class GcmActivity extends FauxActivity {
private static long cool_down_till = 0;
public static AtomicInteger msgId = new AtomicInteger(1);
public static volatile String token = null;
public static String senderid = null;
public static final List<GCM_data> gcm_queue = new ArrayList<>();
private static final Object queue_lock = new Object();
private BroadcastReceiver mRegistrationBroadcastReceiver;
Expand Down

0 comments on commit 2b9f3a8

Please sign in to comment.