Commit 79501938 authored by Grigory Fedorov's avatar Grigory Fedorov

Should fix #444 in a rude way.

parent 27f542c7
......@@ -176,8 +176,6 @@ public class ContactListFragment extends Fragment implements OnAccountChangedLis
GroupConfiguration groupConfiguration = (GroupConfiguration) object;
adapter.setExpanded(groupConfiguration.getAccount(), groupConfiguration.getUser(),
!groupConfiguration.isExpanded());
} else {
throw new IllegalStateException();
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment