Skip to content

Commit

Permalink
Refresh tracks metadata when changing Gutenberg setting
Browse files Browse the repository at this point in the history
  • Loading branch information
koke committed Feb 14, 2019
1 parent ef53de8 commit 005f99c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WordPress/Classes/Utility/Editor/GutenbergSettings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class GutenbergSettings {
WPAppAnalytics.track(.appSettingsGutenbergEnabled)
database.set(true, forKey: gutenbergEditorEnabledKey)
}
WPAnalytics.refreshMetadata()
}

// MARK: - Gutenberg Choice Logic
Expand Down

0 comments on commit 005f99c

Please sign in to comment.