We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af2e3bd commit 0c3434eCopy full SHA for 0c3434e
auth/app/src/main/java/com/google/firebase/quickstart/auth/kotlin/ChooserFragment.kt
@@ -97,7 +97,7 @@ class ChooserFragment : Fragment() {
97
R.id.action_firebaseui,
98
R.id.action_customauth,
99
R.id.action_genericidp,
100
- R.id.action_mfa,
+ R.id.action_mfa
101
)
102
private val CLASS_NAMES = arrayOf(
103
"GoogleSignInFragment",
@@ -109,7 +109,7 @@ class ChooserFragment : Fragment() {
109
"FirebaseUIFragment",
110
"CustomAuthFragment",
111
"GenericIdpFragment",
112
- "MultiFactorFragment",
+ "MultiFactorFragment"
113
114
private val DESCRIPTION_IDS = intArrayOf(
115
R.string.desc_google_sign_in,
0 commit comments