Skip to content

Commit

Permalink
Fix comment on LoginFlowThemeHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
renanferrari committed Jul 13, 2020
1 parent 9df2fc8 commit c14b15d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object LoginFlowThemeHelper {
* This function should be used by activities that use the LoginFlow theme.
* These activities often use components that refer to custom theme attributes defined by the WordPress theme,
* but that are missing from the LoginFlow theme. Some examples: wpColorText, wpColorError, wpColorSuccess, etc.
* Instead of extending the LoginTheme only to include these attributes and having to maintain them in multiple
* Instead of extending the LoginFlow theme only to include these attributes and having to maintain them in multiple
* places, we use this function to "inject" them directly.
*/
@JvmStatic fun injectMissingCustomAttributes(theme: Resources.Theme) {
Expand Down

0 comments on commit c14b15d

Please sign in to comment.