spots-dialog icon indicating copy to clipboard operation
spots-dialog copied to clipboard

Progrss dots not showing

Open STPLAmrut opened this issue 4 years ago • 3 comments

Progrss dots not showing in release apk. Added progard like below but no use.

-keep class dmax.dialog.. { *; }

STPLAmrut avatar Jul 01 '20 09:07 STPLAmrut

I am having the same issue as described. Did anyone find a workaround for this?

topnax avatar Aug 04 '20 11:08 topnax

I am having the same issue as described. Did anyone find a workaround for this?

As mentioned in https://github.com/dybarsky/spots-dialog/issues/6, adding

-keep class dmax.dialog.** {
    *;
}

to your proguard config fixes this issue.

@STPLAmrut please make sure your Proguard config is correct. As far as I can tell it's invalid - you have two dots after the specifier dialog. Check the config above for working and valid syntax.

topnax avatar Aug 04 '20 11:08 topnax

the .** is showing error unresolved class name

Dave181295 avatar Jan 22 '21 05:01 Dave181295