Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added null checking to loadingContainerState in dismiss method to prevent loading not getting remove #3

Merged
merged 1 commit into from
Feb 28, 2020

Conversation

sckoh
Copy link

@sckoh sckoh commented Feb 24, 2020

if the below code is called consecutively, the loading container will not be removed due to loadingContainerState is null and the completer future will not be completed.

EasyLoading.show();
EasyLoading.dismiss();

null checking is added to loadingContainerState in dismiss method to prevent loading not getting remove

@nslogx
Copy link
Owner

nslogx commented Feb 28, 2020

thanks

@bhargavsejpalindianic
Copy link

any chance to prevent from remove on click of hardware back button

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

Successfully merging this pull request may close these issues.

3 participants