don’t show 'change status' icon during setup
This commit is contained in:
parent
7e963820a5
commit
28467c4775
|
@ -639,7 +639,7 @@ public class EditAccountActivity extends OmemoActivity implements OnAccountUpdat
|
||||||
changePassword.setVisible(false);
|
changePassword.setVisible(false);
|
||||||
}
|
}
|
||||||
mamPrefs.setVisible(mAccount.getXmppConnection().getFeatures().mam());
|
mamPrefs.setVisible(mAccount.getXmppConnection().getFeatures().mam());
|
||||||
changePresence.setVisible(true);
|
changePresence.setVisible(!mInitMode);
|
||||||
} else {
|
} else {
|
||||||
showBlocklist.setVisible(false);
|
showBlocklist.setVisible(false);
|
||||||
showMoreInfo.setVisible(false);
|
showMoreInfo.setVisible(false);
|
||||||
|
|
Loading…
Reference in a new issue