This commit is contained in:
M66B
2020-07-26 10:25:33 +02:00
parent 96dc7194b1
commit e17443eb13

View File

@@ -4157,14 +4157,6 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
updateExpanded();
// This is to workaround not drawing when the search is expanded
new Handler().post(new Runnable() {
@Override
public void run() {
rvMessage.requestLayout();
}
});
initialized = true;
updateListState("Observed", SimpleTask.getCount(), messages.size());