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);
|
||||
}
|
||||
mamPrefs.setVisible(mAccount.getXmppConnection().getFeatures().mam());
|
||||
changePresence.setVisible(true);
|
||||
changePresence.setVisible(!mInitMode);
|
||||
} else {
|
||||
showBlocklist.setVisible(false);
|
||||
showMoreInfo.setVisible(false);
|
||||
|
|
Loading…
Reference in New Issue