Small behavior improvement

This commit is contained in:
M66B 2021-12-11 20:35:44 +01:00
parent 3cf1726370
commit 3eaef74b3e
1 changed files with 5 additions and 0 deletions

View File

@ -1783,6 +1783,11 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
}
});
}
if ("headers".equals(name)) {
scrolling = false;
updateExpanded();
}
}
@Override