From c14b15dfbc8d4f0cc0be7d71b83df7fefc0eb5fb Mon Sep 17 00:00:00 2001 From: Renan Ferrari Date: Mon, 13 Jul 2020 16:57:27 -0300 Subject: [PATCH] Fix comment on LoginFlowThemeHelper --- .../org/wordpress/android/ui/accounts/LoginFlowThemeHelper.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WordPress/src/main/java/org/wordpress/android/ui/accounts/LoginFlowThemeHelper.kt b/WordPress/src/main/java/org/wordpress/android/ui/accounts/LoginFlowThemeHelper.kt index 62abad478ab5..ce120116693c 100644 --- a/WordPress/src/main/java/org/wordpress/android/ui/accounts/LoginFlowThemeHelper.kt +++ b/WordPress/src/main/java/org/wordpress/android/ui/accounts/LoginFlowThemeHelper.kt @@ -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) {