Fix type in presence (#3357)

This commit is contained in:
Licaon_Kter 2019-01-25 13:39:36 +00:00 committed by Daniel Gultsch
parent 7f170276a9
commit 0ba3f31cbc

View file

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