Not sure if it's intended but the TODO number 46 in MainActivity reads: `// TODO (46) Instead of setting the text to "", set the adapter to null before refreshing` And I think it should refer to the adapter's data instead of the adapter itself. As something like `mForecastAdapter.setWeatherData(null);` I'm assuming is the answer.