File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
main/java/com/firebase/ui/auth/provider
test/java/com/firebase/ui/auth/ui/idp Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 5
5
import android .content .Intent ;
6
6
7
7
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. */
11
9
String getName (Context context );
12
10
13
11
String getProviderId ();
Original file line number Diff line number Diff line change @@ -97,8 +97,6 @@ public void testEmailIsHidden() {
97
97
assertEquals (providers .size (),
98
98
((LinearLayout ) authMethodPickerActivity .findViewById (R .id .btn_holder ))
99
99
.getChildCount ());
100
- Button emailButton = (Button ) authMethodPickerActivity .findViewById (R .id .email_button );
101
- assertEquals (View .GONE , emailButton .getVisibility ());
102
100
}
103
101
104
102
@ Test
You can’t perform that action at this time.
0 commit comments