Pham Trung Phuong
Pham Trung Phuong
I fixed by: In class LinkModifier change: public void build() { if (mViewType == ViewType.EDIT_TEXT) { mText = mSpannable.toString(); removePreviousSpans(); } else { mSpannable = SpannableString.valueOf(mText); // mSpannable = null;...
To fix this: 1. In app module: create a layout 'progress_dialog.xml' 2. Copy and past this content ``` ``` - Done, it will replace file has the same name in...
> Limitation of Android filepicker has only to do with filepicker part of feature. Images and video picker will work as it is working currently. > > It will not...
Please see java class below On Fri, Apr 16, 2021 at 8:02 PM gurjeet734 ***@***.***> wrote: > @vsoft-phuong > PickerManager.getInstance() > > .setProviderAuthorities(fragment.getContext().getApplicationContext().getPackageName() > + ".droidninja.filepicker.provider"); > > where is...
I am too. Thanks @Normalnick12
I have the same problem, and I fixed implementation (group: 'com.googlecode.mp4parser', name: 'isoparser', version: '1.0.6') {force = true} Cheese.