mirror of
https://github.com/ProtonMail/android-mail.git
synced 2026-05-15 09:50:40 +00:00
e974667110
- Current approach is causing creation & destroy of multiple watchers while we use the contact list screen and search - Creation of a watcher is very expensive when there is a huge contact list - We will use Singleton data source and cache watchers per user during the whole lifecycle of the app ET-4490