filanjuraj
Results
2
comments of
filanjuraj
Hey I found the solution, you just have to find out from which side are you dragging and then pass it. ((ViewPager) fragmentViews).setPageTransformer(true, new DefaultTransformer(){ @Override protected void onTransform(View view,...
Since we are forced to pass our own SourceOfTruth implementation to Store now, it seems that it fixed the problem.