Skip to content

Commit 632b0e0

Browse files
authored
Merge pull request #500 from SUPERCILEX/inflate-errors
[HIGH PRIORITY] Fix inflation errors
2 parents a4a556a + 11ba2ee commit 632b0e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

auth/src/main/java/com/firebase/ui/auth/ui/ActivityHelper.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
import android.support.annotation.RestrictTo;
2121

2222
import com.firebase.ui.auth.IdpResponse;
23+
import com.firebase.ui.auth.R;
2324
import com.firebase.ui.auth.util.signincontainer.SaveSmartLock;
2425
import com.google.firebase.auth.FirebaseUser;
2526

@@ -33,6 +34,7 @@ public ActivityHelper(HelperActivityBase activity, Intent intent) {
3334
}
3435

3536
public void configureTheme() {
37+
mActivity.setTheme(R.style.FirebaseUI); // Provides default values
3638
mActivity.setTheme(getFlowParams().themeId);
3739
}
3840

0 commit comments

Comments
 (0)