Tidy up and fix some edge cases
This commit is contained in:
parent
c3a355097d
commit
b01055f962
4 changed files with 58 additions and 68 deletions
|
@ -103,7 +103,7 @@ export default class SecurityUserSettingsTab extends React.Component {
|
|||
|
||||
_updateAnalytics = (checked) => {
|
||||
checked ? Analytics.enable() : Analytics.disable();
|
||||
checked ? CountlyAnalytics.enable() : CountlyAnalytics.disable();
|
||||
CountlyAnalytics.instance.enable(!checked);
|
||||
};
|
||||
|
||||
_onExportE2eKeysClicked = () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue