Fix type in presence (#3357)
This commit is contained in:
parent
7f170276a9
commit
0ba3f31cbc
|
@ -336,7 +336,7 @@ public class EditAccountActivity extends OmemoActivity implements OnAccountUpdat
|
|||
binding.xa.setChecked(true);
|
||||
break;
|
||||
case AWAY:
|
||||
binding.xa.setChecked(true);
|
||||
binding.away.setChecked(true);
|
||||
break;
|
||||
default:
|
||||
binding.online.setChecked(true);
|
||||
|
|
Loading…
Reference in a new issue