forked from mirror/monocles_chat_clean
don’t show 'change status' icon during setup
This commit is contained in:
parent
d58d283d88
commit
ec64886d2e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue