ekke/ekkesSHAREexample

Pass onActivityResult to super

Closed this issue · 3 comments

The onActivityResult should be passed to the super class, as it otherwise breaks things like QPurchasing. It can be done by adding super.onActivityResult(requestCode, resultCode, data);
over here:

ekke commented

thx for the hint - will fix it.

I second this fix, thanks @dorianim !

ekke commented

@dorianim finally fixed ;-)
THX again