You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
Tidy up and fix some edge cases
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user