You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactored the AddHeaders method to be an inline local function
within AddListView, improving modularity and encapsulation.
Removed the original AddHeaders implementation and its call
from the constructor. The new AddHeaders method is conditionally
invoked when _applicationData.MinUI is false.
Updated the Y positioning of _listView to use _filterErrorView
instead of _filterLabel. Adjusted _listView padding and scrollbar
position to integrate the header. Changed MARGIN_LEFT constant
from 1 to 0 to refine UI layout.
0 commit comments