Inside createAccountButtonPanel, uploadCollectionLogBtn.setVisible(config.allowApiConnections()); fails to reflect the current value of allowApiConnections unless the app is uninstalled and reinstalled; perhaps because the panel isn't rebuilt. I imagine this could be fixed inside onConfigChanged.
Inside createAccountButtonPanel, uploadCollectionLogBtn.setVisible(config.allowApiConnections()); fails to reflect the current value of allowApiConnections unless the app is uninstalled and reinstalled; perhaps because the panel isn't rebuilt. I imagine this could be fixed inside onConfigChanged.