Skip to content

Commit a62f5ec

Browse files
SUPERCILEXsamtstern
authored andcommitted
Make Snackbar dismissable in sample (#485)
1 parent 1df7d3d commit a62f5ec

File tree

2 files changed

+190
-183
lines changed

2 files changed

+190
-183
lines changed

app/src/main/java/com/firebase/uidemo/auth/AuthUiActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public class AuthUiActivity extends AppCompatActivity {
8787
@BindView(R.id.sign_in)
8888
Button mSignIn;
8989

90-
@BindView(android.R.id.content)
90+
@BindView(R.id.root)
9191
View mRootView;
9292

9393
@BindView(R.id.firebase_logo)

0 commit comments

Comments
 (0)