Small fix

This commit is contained in:
M66B 2019-05-22 10:55:17 +02:00
parent ca51112088
commit cc13995bd0
1 changed files with 2 additions and 0 deletions

View File

@ -3203,6 +3203,8 @@ public class FragmentMessages extends FragmentBase {
boolean collapse = prefs.getBoolean("collapse", false);
if ((count == 1 && collapse) || count > 1) {
values.get("expanded").clear();
ibDown.setVisibility(View.GONE);
ibUp.setVisibility(View.GONE);
adapter.notifyDataSetChanged();
return true;
}