public boolean isDataPresentOrLoading() {
   return !adapter.isEmpty() || loader.isLoading();
 }