mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 00:23:09 +02:00
Cleanup
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user