AminHa

Results 3 issues of AminHa

I'm trying to make SmartCall this is my Code `Retrofit.Builder builder = new Retrofit.Builder() .baseUrl(G.Url + "/") .addConverterFactory(GsonConverterFactory.create(new Gson())); Retrofit retrofit = builder.client( ConnectionBuilder.getBuilder(activity).build() ).build(); ConnectionInterFace connectionInterFace = retrofit.create(ConnectionInterFace.class); connectionInterFace.getListbody(Url,...

Im getting UltimateRecyclerView$OnLoadMoreListener.loadMore(int, int)' on a null object reference after coming back to list ! Here's the full log: `java.lang.NullPointerException: Attempt to invoke interface method 'void com.marshalchen.ultimaterecyclerview.UltimateRecyclerView$OnLoadMoreListener.loadMore(int, int)' on a...

Hi,Thanks for this amazing library I have 0.7.3 version I think this issue not solve yet ! its not working on first load more scrolling ! but second time its...