Skip to content

Optimizing OCFileListAdapter to Prevent Redundant Calls and Improve Performance #13614

@alperozturk96

Description

@alperozturk96

The OCFileListAdapter.swapDirectory() is responsible for displaying files, but it gets called multiple times, causing performance issues and unnecessary loading state changes.

It should load once when the file list is ready, and notifyDataSetChanged() should be called only one time.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions