Skip to content

Instantly share code, notes, and snippets.

@raymondctc
Last active December 18, 2017 03:24
Show Gist options
  • Save raymondctc/545bb4ca6a46911625179b9416642819 to your computer and use it in GitHub Desktop.
Save raymondctc/545bb4ca6a46911625179b9416642819 to your computer and use it in GitHub Desktop.
/**
*
* @param originalViewContainerWithViewStub
*/
@CallSuper
protected void afterViewStubInflated(View originalViewContainerWithViewStub) {
mHasInflated = true;
if (originalViewContainerWithViewStub != null) {
View pb = originalViewContainerWithViewStub.findViewById(R.id.inflateProgressbar);
pb.setVisibility(View.GONE);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment