|
@@ -1379,6 +1379,8 @@ public class AuthenticatorActivity extends AccountAuthenticatorActivity
|
|
* server.
|
|
* server.
|
|
*/
|
|
*/
|
|
private void showServerStatus() {
|
|
private void showServerStatus() {
|
|
|
|
+ if (accountSetupBinding == null) return;
|
|
|
|
+
|
|
if (mServerStatusIcon == NO_ICON && EMPTY_STRING.equals(mServerStatusText)) {
|
|
if (mServerStatusIcon == NO_ICON && EMPTY_STRING.equals(mServerStatusText)) {
|
|
accountSetupBinding.serverStatusText.setVisibility(View.INVISIBLE);
|
|
accountSetupBinding.serverStatusText.setVisibility(View.INVISIBLE);
|
|
} else {
|
|
} else {
|