Do not display clear devices button if not online

This commit is contained in:
Andreas Straub 2015-07-20 22:19:04 +02:00
parent ab2d114bbc
commit 4ee3f330f5
1 changed files with 1 additions and 0 deletions

View File

@ -372,6 +372,7 @@ public class EditAccountActivity extends XmppActivity implements OnAccountUpdate
showBlocklist.setVisible(false);
showMoreInfo.setVisible(false);
changePassword.setVisible(false);
clearDevices.setVisible(false);
}
return true;
}