Skip to content

Ensure `FLAG_AUTO_REQUERY` is used for main app list adapters.

NOTE: This has a sister MR which is targeting the stable-v0.100 and thus should not be cherry-picked across to that branch.

Although this is deprecated, and will result in queries being run on the main thread, it is required to fix #606 (closed). In the future, LoaderManagers should be used to address the concerns of querying on the main thread.

Merge request reports