File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
auth/src/main/java/com/firebase/ui/auth/ui/phone Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ public void onDonePressed() {
98
98
mSubmitButton .setOnClickListener (this );
99
99
100
100
setupPrivacyDisclosures (view .<TextView >findViewById (R .id .email_footer_tos_and_pp_text ));
101
+ setupCountrySpinner ();
101
102
}
102
103
103
104
@ Override
@@ -115,12 +116,12 @@ protected void onFailure(@NonNull Exception e) {
115
116
}
116
117
});
117
118
118
- if (savedInstanceState != null || mCalled ) { return ; }
119
+ if (savedInstanceState != null || mCalled ) {
120
+ return ;
121
+ }
119
122
// Fragment back stacks are the stuff of nightmares (what's new?): the fragment isn't
120
123
// destroyed so its state isn't saved and we have to rely on an instance field. Sigh.
121
124
mCalled = true ;
122
-
123
- setupCountrySpinner ();
124
125
}
125
126
126
127
@ Override
You can’t perform that action at this time.
0 commit comments