Skip to content

Commit 4e3923e

Browse files
authored
Update FirebaseAuthWrapperImpl.java
1 parent ec40c41 commit 4e3923e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

auth/src/main/java/com/firebase/ui/auth/util/FirebaseAuthWrapperImpl.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
package com.firebase.ui.auth.util;
1616

17+
import android.app.Fragment;
1718
import android.app.PendingIntent;
1819
import android.content.Context;
1920
import android.os.Bundle;
@@ -60,7 +61,7 @@ public FirebaseAuthWrapperImpl(@NonNull FirebaseAuth firebaseAuth) {
6061
if (firebaseAuth == null) {
6162
throw new IllegalArgumentException("firebaseAuth must not be null");
6263
}
63-
mFirebaseAuth = firebaseAuth;
64+
this.mFirebaseAuth = firebaseAuth;
6465
}
6566

6667
@Override

0 commit comments

Comments
 (0)