Skip to content

Commit 6881f70

Browse files
committed
Make isLocationShared public
* This functionality is being used from wrappers under the iOS side, make it accessible for Android too
1 parent 1ef894e commit 6881f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2570,7 +2570,7 @@ static boolean getDisableGMSMissingPrompt() {
25702570
return remoteParamController.isGMSMissingPromptDisable();
25712571
}
25722572

2573-
static boolean isLocationShared() {
2573+
public static boolean isLocationShared() {
25742574
return remoteParamController.isLocationShared();
25752575
}
25762576

0 commit comments

Comments
 (0)