Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Stop shimmer is not working Facebook shimmer #121

Open
pavanibuchupalli1993 opened this issue Oct 11, 2021 · 1 comment
Open

Stop shimmer is not working Facebook shimmer #121

pavanibuchupalli1993 opened this issue Oct 11, 2021 · 1 comment

Comments

@pavanibuchupalli1993
Copy link

implementation 'com.facebook.shimmer:shimmer:0.1.0@aar'//using aar
implementation 'com.facebook.shimmer:shimmer:0.1.0' //using jar
startshimmeranimation(),
stopShimmerAnimation()

New Version Details

implementation 'com.facebook.shimmer:shimmer:0.5.0@aar'
implementation 'com.facebook.shimmer:shimmer:0.5.0'
startShimmer()
stopShimmer()

Note:latest version startshimmeranimation/stopshimmeranimation not there,
please help me get out this issue.

Thanks......

@mudi256
Copy link

mudi256 commented Jul 11, 2022

runOnUiThread(new Runnable() {
@OverRide
public void run() {
shimmer.stopShimmer();
shimmer.hideShimmer();
}
});

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants