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 {
257257 )
258258 if (legacyPlayerId == null ) {
259259 Logging .debug(" initWithContext: creating new device-scoped user" )
260- createAndSwitchToNewUser(suppressBackendOperation = true )
260+ createAndSwitchToNewUser()
261261 } else {
262262 Logging .debug(" initWithContext: creating user linked to subscription $legacyPlayerId " )
263263
@@ -306,7 +306,7 @@ internal class OneSignalImp : IOneSignal, IServiceProvider {
306306 suppressBackendOperation = true
307307 }
308308
309- createAndSwitchToNewUser(suppressBackendOperation = true )
309+ createAndSwitchToNewUser(suppressBackendOperation = suppressBackendOperation )
310310
311311 // This operation will be dropped if identity verification is on at the time the operation
312312 // is being processed
You can’t perform that action at this time.
0 commit comments