Skip to content

Commit f5412c3

Browse files
committed
Cleanup
1 parent 49e2444 commit f5412c3

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

auth/src/main/java/com/firebase/ui/auth/provider/Provider.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
import android.content.Intent;
66

77
public interface Provider {
8-
/**
9-
* Retrieves the name of the IDP, for display on-screen.
10-
*/
8+
/** Retrieves the name of the IDP, for display on-screen. */
119
String getName(Context context);
1210

1311
String getProviderId();

auth/src/test/java/com/firebase/ui/auth/ui/idp/AuthMethodPickerActivityTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ public void testEmailIsHidden() {
9797
assertEquals(providers.size(),
9898
((LinearLayout) authMethodPickerActivity.findViewById(R.id.btn_holder))
9999
.getChildCount());
100-
Button emailButton = (Button) authMethodPickerActivity.findViewById(R.id.email_button);
101-
assertEquals(View.GONE, emailButton.getVisibility());
102100
}
103101

104102
@Test

0 commit comments

Comments
 (0)