mirror of
https://github.com/SoPat712/TrackCovid19.git
synced 2025-08-21 18:28:46 -04:00
fragment comment
This commit is contained in:
2
.idea/.gitignore
generated
vendored
Normal file
2
.idea/.gitignore
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
# Default ignored files
|
||||
/workspace.xml
|
@@ -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