File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
OneSignalSDK/onesignal/core/src/main/java/com/onesignal/internal Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ internal class OneSignalImp : IOneSignal, IServiceProvider {
257
257
)
258
258
if (legacyPlayerId == null ) {
259
259
Logging .debug(" initWithContext: creating new device-scoped user" )
260
- createAndSwitchToNewUser(suppressBackendOperation = true )
260
+ createAndSwitchToNewUser()
261
261
} else {
262
262
Logging .debug(" initWithContext: creating user linked to subscription $legacyPlayerId " )
263
263
@@ -306,7 +306,7 @@ internal class OneSignalImp : IOneSignal, IServiceProvider {
306
306
suppressBackendOperation = true
307
307
}
308
308
309
- createAndSwitchToNewUser(suppressBackendOperation = true )
309
+ createAndSwitchToNewUser(suppressBackendOperation = suppressBackendOperation )
310
310
311
311
// This operation will be dropped if identity verification is on at the time the operation
312
312
// is being processed
You can’t perform that action at this time.
0 commit comments