Carlos Daniel

Results 8 comments of Carlos Daniel

Setting the type face from another text field of the form, i.e the user name type face is the easiest and simple way to do this: `passwordField.setTypeface(usernameField.getTypeface());`

Even using an external tool such as [Jake Archibald's](https://jakearchibald.github.io/svgomg/), if the svg is using a `` it will fail. Usually style is written as follows: ```.st0{fill:#f47521}``` Then it's references from...

In the meantime, is it ok to work on this or at least take a look?

I got this error today, although I only could save this image: ![image](https://user-images.githubusercontent.com/1638437/207462331-4e7f1aee-d9d7-4ad1-b274-cf9614323075.png) There isn't an error stack other than what is displayed in the image

Folks, I'm here looking for a solution to the same problem ... is there a way to handle push notification received when in background? (or should we change and not...

@viniciusoliverrs thanks for letting us know ... although if I'm understanding well, did you create a new package (channel) not public in which you did your own background push notifications...

It is indeed ... no workarounds from my side, so far

According to the documentation, if you are using ANDROID_TEST_ORCHESTRATOR then you cannot debug your tests, you need to disable the orchestrator (by commenting the code) in your app's build.gradle Otherwise,...