Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Tidy up icon resources #685

Merged
merged 3 commits into from
Aug 22, 2020
Merged

Tidy up icon resources #685

merged 3 commits into from
Aug 22, 2020

Conversation

chrisbanes
Copy link
Owner

  • Remove icons-extended. It's very large, which really slows down dexing time, therefore we've moved back to using vector resources.
  • Migrate to using loadVectorResource(). vectorResource() will fetch and parse the vector on the main thread, so we want to avoid that as much as possible.

It's *very* large, which really slows down dexing
time. Migrated to using vector resources.
vectorResource() will fetch and parse the vector
on the main thread, so we want to avoid that
as much as possible.
@chrisbanes chrisbanes merged commit 6d21466 into main Aug 22, 2020
@chrisbanes chrisbanes deleted the cb/icons branch August 22, 2020 11:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants