MaterialShowcaseView icon indicating copy to clipboard operation
MaterialShowcaseView copied to clipboard

Showcase reset

Open insearching opened this issue 10 years ago • 1 comments

Is there are any way to reset showcase so user can watch it again if he needs to? Clearing cache is not appropriate as cache may holds another data.

insearching avatar Feb 20 '16 18:02 insearching

hello insearching i have done it like this to remove all of them new MaterialShowcaseView(getActivity()).resetAll(getActivity()); getActivity().finishAffinity();

Debarshi-Banerjee avatar Aug 04 '16 12:08 Debarshi-Banerjee