Skip to content

Fix unwanted recursion leading to stack overflow exception

Rainer Stropek requested to merge r.stropek/nachhilfe-apk:master into master

Regarding your email from earlier today: You had an unwanted recursive call in a property in OfferRequest. That call led to a stack overflow exception when creating an object and assigning a value to ExpireDate. Hope that helps.

Greetings, Rainer Stropek.

Merge request reports