Marcin Polak
Results
4
issues of
Marcin Polak
First of all, great work! SwingBottomInAnimationAdapter has missing configuration, it should be generic as other adapters. So now we have: ``` public class SwingBottomInAnimationAdapter extends AnimatorAdapter { public SwingBottomInAnimationAdapter(RecyclerView.Adapter adapter,...
### Currently Currently when we initialize `FeaturevisorInstance` and the fetching datafile fails the only thing that our SDKs do (at least Swift which was built based on JS SDK) is...