File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
OneSignalSDK/onesignal/src/main/java/com/onesignal Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1596,11 +1596,11 @@ public void run() {
1596
1596
1597
1597
// If either the app context is null or the waiting queue isn't done (to preserve operation order)
1598
1598
if (appContext == null || shouldRunTaskThroughQueue ()) {
1599
- addTaskToQueue (new PendingTaskRunnable (runSetExternalUserId ));
1599
+ addTaskToQueue (new PendingTaskRunnable (runSetLanguage ));
1600
1600
return ;
1601
1601
}
1602
1602
1603
- if (shouldLogUserPrivacyConsentErrorMessageForMethodName (OSTaskRemoteController . SET_LANGUAGE ))
1603
+ if (shouldLogUserPrivacyConsentErrorMessageForMethodName ("setLanguage()" ))
1604
1604
return ;
1605
1605
1606
1606
LanguageProviderAppDefined languageProviderAppDefined = new LanguageProviderAppDefined (preferences );
You can’t perform that action at this time.
0 commit comments