tmtit
tmtit
When i use LineChart and set enableDashedLine(4, 2, 0), the dashes are not equal. 
I didn't see any methods support pick both video and image concurrently (both ImageSource.camera, ImageSource.gallery) But in other app i saw they can. Can you please add this feature? Thanks
I think this logic doesn't seem quite right, can you confirm it? The line assigning number in the if statement has no effect. 
I used your library to get the phone number, but it doesn't work with eSIM. I tried replacing `subscriptionInfo.getNumber();` with `final int id = SubscriptionManager.getActiveDataSubscriptionId(); final String phoneNumber = subscriptionManager.getPhoneNumber(id);`...