Skip to content

Commit

Permalink
Remove unused stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
woheller69 committed Mar 29, 2022
1 parent 7fcabb9 commit dfb4f9f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 110 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ public void setAdapter(CityWeatherAdapter adapter) {
public void loadData() {
CurrentWeatherData currentWeatherData = PFASQLiteHelper.getInstance(getContext()).getCurrentWeatherByCityId(mCityId);

if (currentWeatherData.getCity_id() == 0) {
currentWeatherData.setCity_id(mCityId);
}

mAdapter = new CityWeatherAdapter(currentWeatherData, mDataSetTypes, getContext());
setAdapter(mAdapter);
}
Expand Down

0 comments on commit dfb4f9f

Please sign in to comment.