Borys Korobeinikov

Results 4 issues of Borys Korobeinikov

during `registerRequestModifier` callback composeview might not contain recipients chips html to be retrieved via css selectors. Provide to,cc,bcc contacts in the composeParams argument of a `registerRequestModifier` callback Closes https://github.com/InboxSDK/InboxSDK/issues/801 usage...

**Describe the bug** Calling `ComposeView.getToRecipients()` during `ComposeView.registerRequestModifier` callback returns empty result **To Reproduce** Steps to reproduce the behavior: 1. Start new compose 2. Register `registerRequestModifier` handler for composeView 4. add...

bug

do not parse Gmail's html for thread list or thread view if it is a Meet/Chat/Spaces route

There is a performance bottleneck when using the row grouping feature. It is noticeable with a large number of rows and about >~20 groups or so. Profiler showed that the...