File tree Expand file tree Collapse file tree 4 files changed +9881
-8
lines changed
sdk/src/main/java/com/batch/android Expand file tree Collapse file tree 4 files changed +9881
-8
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ object ProjectConsts {
11
11
}
12
12
13
13
object SDKConsts {
14
- const val VERSION = " 1.20.0 "
14
+ const val VERSION = " 1.20.1 "
15
15
const val API_LEVEL = 61
16
16
const val MESSAGING_API_LEVEL = 12
17
17
Original file line number Diff line number Diff line change @@ -492,13 +492,8 @@ public BatchUserDataEditor clearTagCollection(final @NonNull String collection)
492
492
* This action cannot be undone.
493
493
*/
494
494
public void save () {
495
- UserOperation userUpdateOperation = getUserUpdateOperation ();
496
- if (userUpdateOperation != null ) {
497
- operationQueue .addFirstOperation (userUpdateOperation );
498
- }
499
- UserModuleProvider
500
- .get ()
501
- .addOperationQueueAndSubmit (500 , new UserOperationQueue (operationQueue .popOperations ()));
495
+ final List <UserOperation > pendingOperationQueue = popOperationQueue ();
496
+ UserModuleProvider .get ().addOperationQueueAndSubmit (500 , new UserOperationQueue (pendingOperationQueue ));
502
497
}
503
498
504
499
Promise <Void > saveSync () {
Original file line number Diff line number Diff line change
1
+ 06ba3d9590f88cdb160587cf96d5b57614422236 public-sdk/Batch.aar
You can’t perform that action at this time.
0 commit comments