don’t show 'change status' icon during setup

This commit is contained in:
Daniel Gultsch 2018-03-07 13:01:23 +01:00
parent 7e963820a5
commit 28467c4775
1 changed files with 1 additions and 1 deletions

View File

@ -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);