mirror of
				https://github.com/SoPat712/TrackCovid19.git
				synced 2025-10-29 20:10:41 -04:00 
			
		
		
		
	fragment comment
This commit is contained in:
		| @@ -75,7 +75,7 @@ public class YourrealcountryFragment extends Fragment { | ||||
|         vYourrealcountryViewModel = ViewModelProviders.of(this, factory).get(YourrealcountryViewModel.class); | ||||
|  | ||||
|         vYourrealcountryViewModel.getCountriesList().observe(this, countries -> { | ||||
|  | ||||
|             //test comment | ||||
|             if (countries != null && countries.size() > 0) { | ||||
|                 // set the list on TableViewModel | ||||
|  | ||||
|   | ||||
| @@ -69,6 +69,7 @@ public class YourstateFragment extends Fragment { | ||||
|         mSwipeRefreshLayout.setOnRefreshListener(new SwipeRefreshLayout.OnRefreshListener() { | ||||
|             @Override | ||||
|             public void onRefresh() { | ||||
|                 //test comment 2 | ||||
|                 Log.v("REFRESHING", "************** APP - SWIPE REFRESH EVENT TRIGGERED!!!!!"); | ||||
|  | ||||
|                 postRequest(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 admin
					admin