forked from organicmaps/organicmaps
[android] Added removing of validation/billing callbacks to fix the crash
This commit is contained in:
parent
671e84fbe3
commit
d9ae46d9e6
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@ public class FailedBookmarkPurchaseController implements PurchaseController<Fail
|
|||
public void destroy()
|
||||
{
|
||||
mBillingManager.destroy();
|
||||
mValidator.removeCallback();
|
||||
mBillingManager.removeCallback(mBillingCallback);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue