therajanmaurya 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_r203736311
##########
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:
why DbManager?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services