Files
android-mail/mail-contact/dagger
Serdar Ozturk e974667110 Improve the performance of contact list loading and contact search
- 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
2025-08-26 16:50:04 +00:00
..