dilpreet96 commented on a change in pull request #10: feat: Sync feature for 
customer and customer details
URL: https://github.com/apache/fineract-cn-mobile/pull/10#discussion_r203805965
 
 

 ##########
 File path: 
app/src/main/java/org/apache/fineract/ui/online/customers/customerlist/CustomersPresenter.java
 ##########
 @@ -27,15 +29,15 @@
 public class CustomersPresenter extends BasePresenter<CustomersContract.View>
         implements CustomersContract.Presenter {
 
-    private final DataManagerCustomer dataManagerCustomer;
+    private final ManagerCustomer dataManagerCustomer;
     private CompositeDisposable compositeDisposable;
 
     private int customerListSize = 50;
     private boolean loadmore = false;
 
     @Inject
     public CustomersPresenter(@ApplicationContext Context context,
-            DataManagerCustomer dataManager) {
+            DbManagerCustomer dataManager) {
 
 Review comment:
   We are fetching data from the db not the api.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to