We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec40c41 commit 4e3923eCopy full SHA for 4e3923e
auth/src/main/java/com/firebase/ui/auth/util/FirebaseAuthWrapperImpl.java
@@ -14,6 +14,7 @@
14
15
package com.firebase.ui.auth.util;
16
17
+import android.app.Fragment;
18
import android.app.PendingIntent;
19
import android.content.Context;
20
import android.os.Bundle;
@@ -60,7 +61,7 @@ public FirebaseAuthWrapperImpl(@NonNull FirebaseAuth firebaseAuth) {
60
61
if (firebaseAuth == null) {
62
throw new IllegalArgumentException("firebaseAuth must not be null");
63
}
- mFirebaseAuth = firebaseAuth;
64
+ this.mFirebaseAuth = firebaseAuth;
65
66
67
@Override
0 commit comments