Petr Kubeš

Results 31 comments of Petr Kubeš

Hi, I might have time to fix it this weekend, or you can create a PR with a fix. I think an easy solution would be to override refresh config...

I'm encountering this issue as well and I think resetting all listeners on native side when calling `OneSignal.initialize` as @luis901101 suggested would be the best behavior.

Thanks for the reply. I understand that changing the behavior in such way is not ideal, even though I myself wouldn't think of doing anything before initialization. What about a...

@nan-li sorry if this comment is inaccurate, I'm trying to remember the code and typing it on a phone 😅. From what I remember, the remove method only removes the...

Maybe a quick fix: Just move the `_clickHandlerRegistered = true;` to iOS and Android part of the SDK? But tbh random flags like this seem a bit hacky. I think...

I think if you set the **jsonConfig** param, queries initialize with data from storage.

That one works only for mutations

Thanks for the PR. Sorry, I think I've led you in the wrong direction. Looking at the code now, I'm thinking the following scenario: - I set enabled to false...

I've taken a quick look at the code and I don't see any obvious mistakes. A good first step would be to create an sample that reproduces the issue, for...