Gunhan Sancar

Results 12 comments of Gunhan Sancar

I think you have different needs for this issue but: For something like this you have 2 options: 1- You can have a wrapper event class which is only registered...

I was on the same bug. Thank you pointing out the right direction. Is this bug considered to be solved in near future? Else @erlangrobot can you share your solution...

I settled on this simple change ``` for (PushedNotification notification : pushedNotifications.values()) { if (notification.getException() == null && !notification.isSuccessful()) { notificationsToResend.add(notification); } } ``` For anyone interested.

Lol. I came here to open request like this. I need to click the parallax header however ObservableScrollView gets all the click events because it is layout_height is match_parent. If...

Hi @suvamjain, Yes that's correct but this is not a bug it is how the system works. To overcame this you need to define a BaseActivity class and then override...

The case @arcadefire described is a real world problem and we also face the same problem. It is definitely better to have unit tests for the `Fragments` on `Android` with...

@suixiang0923 Have you found a solution for this? I'm also looking for ways to import the mappings into classyshark.

How did you get that token "zZIBc7H0ml1I+/F+V3VuGgsMXRJAB2y0fVgqpXn/UbM=" ? An example for a valid ios push token is "75ea9b21b9832aac031f9831715756d458251bc3c372d46c30409baa50d89692" So, feedback token is correct there is no problem there. in your...

@GDGapps any chance you found a solution?