-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Fix 4.1.0 lint #1329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix 4.1.0 lint #1329
Conversation
Change-Id: I1929e199d1676ae26e8e84fb528d8846a740b911
@SUPERCILEX now that |
@@ -79,7 +79,7 @@ protected void onFailure(@NonNull Exception e) { | |||
protected void onSuccess(@NonNull PhoneVerification verification) { | |||
if (verification.isAutoVerified()) { | |||
Toast.makeText( | |||
PhoneActivity.this, R.string.fui_verified, Toast.LENGTH_LONG).show(); | |||
PhoneActivity.this, R.string.fui_auto_verified, Toast.LENGTH_LONG).show(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whoops, thanks for catching that! 😊
@samtstern right here: FirebaseUI-Android/build.gradle.kts Line 88 in fc9e46a
FirebaseUI-Android/auth/build.gradle.kts Line 13 in fc9e46a
|
Looks like lint didn't like your baseline changes. Would probably just be easier to move the lambda around. 🤷♂️ |
Change-Id: I2317eb13e18e5dd837f8cb45c146f16d4676b2d5
Change-Id: I531edc2b32679a9c73e519586f448aa9d63fab33
Change-Id: Ie4627aab27ebaf0f8e03100635e980c0a08e7d01
WHY DOES SQUASH AND MERGE NOT WORK |
Lol, report it? 😭 |
No description provided.