You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application crashes with a NullPointerException when calling the getStringProperty method in Model.kt. The exception indicates that a null value is being cast to a kotlin.String type, leading to the crash. This happens within the RefreshUserOperation when trying to fetch the OneSignalId or create the comparison key, causing failure in processing the queue in the OperationRepo.
Steps to reproduce?
Unfortunately, the exact steps to reproduce the issue are unclear at the moment. The crash occurs under certain conditions involving the RefreshUserOperation.
What did you expect to happen?
I expected the operation to complete without causing a NullPointerException, and for the relevant properties like OneSignalId to be retrieved correctly without crashing the app.
OneSignal Android SDK version
5.1.23
Android version
13, 10, 9, 7.0
Specific Android models
Xiaomi MiTV
Poco X3 Pro
TCL TV
Samsung Galaxy A51
Samsung S7
Samsung Galaxy S21 Ultra
What happened?
The application crashes with a NullPointerException when calling the getStringProperty method in Model.kt. The exception indicates that a null value is being cast to a kotlin.String type, leading to the crash. This happens within the RefreshUserOperation when trying to fetch the OneSignalId or create the comparison key, causing failure in processing the queue in the OperationRepo.
Steps to reproduce?
What did you expect to happen?
I expected the operation to complete without causing a NullPointerException, and for the relevant properties like OneSignalId to be retrieved correctly without crashing the app.
OneSignal Android SDK version
5.1.23
Android version
13, 10, 9, 7.0
Specific Android models
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: