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_r203735964
 
 

 ##########
 File path: 
app/src/main/java/org/apache/fineract/ui/online/customers/customerlist/CustomersFragment.java
 ##########
 @@ -88,9 +95,14 @@ public View onCreateView(LayoutInflater inflater, @Nullable 
ViewGroup container,
         setToolbarTitle(getString(R.string.customers));
 
         showUserInterface();
-
-        customerPresenter.fetchCustomers(0, false);
-
+        sweetUIErrorHandler = new SweetUIErrorHandler(getActivity(), rootView);
+        if (preferencesHelper.isFetching()) {
+            sweetUIErrorHandler.showSweetCustomErrorUI("Please wait while we 
fetch " +
 
 Review comment:
   hard coded string

----------------------------------------------------------------
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

Reply via email to