mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-23 01:44:22 +00:00
InAppPurchases: fix a bug on Android when failed purchases would not be propagated to IAP listeners. Make InAppPurchases a Singleton.
This commit is contained in:
parent
4be6679aab
commit
3e66bc69fb
6 changed files with 84 additions and 63 deletions
|
|
@ -109,6 +109,7 @@ public:
|
|||
void updateDisplay()
|
||||
{
|
||||
voiceListBox.updateContent();
|
||||
voiceListBox.setEnabled (! getInstance()->getPurchases().isPurchaseInProgress());
|
||||
voiceListBox.repaint();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue