Skip to content

Commit d370b39

Browse files
committed
rm ad_id reference that is no longer being set
1 parent 2b7c56d commit d370b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OneSignalSDK/onesignal/src/main/java/com/onesignal/UserState.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ abstract class UserState {
5151
public static final int PUSH_STATUS_HMS_API_EXCEPTION_OTHER = -27;
5252
public static final int PUSH_STATUS_MISSING_HMS_PUSHKIT_LIBRARY = -28;
5353

54-
private static final String[] LOCATION_FIELDS = new String[] { "lat", "long", "loc_acc", "loc_type", "loc_bg", "loc_time_stamp", "ad_id"};
54+
private static final String[] LOCATION_FIELDS = new String[] { "lat", "long", "loc_acc", "loc_type", "loc_bg", "loc_time_stamp" };
5555
private static final Set<String> LOCATION_FIELDS_SET = new HashSet<>(Arrays.asList(LOCATION_FIELDS));
5656

5757
private String persistKey;

0 commit comments

Comments
 (0)