ashleypeacock
Results
2
comments of
ashleypeacock
I don't use getSupportFragmentManager anywhere. This occurs on other devices and renders auto run on android studio not possible. I'll see if changing this in the library fixes it (which...
Tried this on Nexus 6 and Pixel 2 XL emulator and it can't take multiple recipients. ``` String separator = ";"; if(android.os.Build.MANUFACTURER.equalsIgnoreCase("Samsung")){ separator = ","; } ``` is the issue....