Matt Inger
                                            Matt Inger
                                        
                                    What i've done to solve this issue is to use a bundle argument to disable the check: ``` if (!isTaskRoot && !intent.getBooleanExtra("ignoreTaskRootCheck", false)) { ``` and when i launch: ```...
The intent here is to add the task to do coverage verification, but not necessarily tie it to the check lifecycle. That may be a decision best left up to...
I can likely do that. I just have to get approval for submission (lawyers)
As a side note, i also don't think Component.Builder works with dagggermock either if you don't have a builder function for each individual module. From looking at it, the generated...
I wasn't suggesting changing the Converter interface. It's more the factory class i was thinking. Looking further at the HttpServiceMethod it looks like the body isn't available at the time...
@dariuszseweryn Is there any plan for this? This is something we have coming down the pipe that we will need to do. in our case, the PIN will be related...
No I mean recognize acronyms in numbers 1-800-CALLME1 On Jan 27, 2017 10:30, "Arman" wrote: > @mattinger You mean it will recognize for > example "tel 0123456789" as phone number...
I've gotten around this by cleaning up directly in the thread where the run method is executing. There's not a good reason that I can see for the cleanup to...
I'm not sure if it's a device specific issue, but here's the details: Nexus 6P Android 6.0.1 Patch Level 1/1/2016 Build number MMB29P Chrome: 56.0.2924.87 I think our QA has...
just let me know if you want the full trace files.