Do not display clear devices button if not online
This commit is contained in:
parent
ab2d114bbc
commit
4ee3f330f5
|
@ -372,6 +372,7 @@ public class EditAccountActivity extends XmppActivity implements OnAccountUpdate
|
||||||
showBlocklist.setVisible(false);
|
showBlocklist.setVisible(false);
|
||||||
showMoreInfo.setVisible(false);
|
showMoreInfo.setVisible(false);
|
||||||
changePassword.setVisible(false);
|
changePassword.setVisible(false);
|
||||||
|
clearDevices.setVisible(false);
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue