udacity / ud843-QuakeReport

Discover earthquake activity around the world.
Other
343 stars 1.17k forks source link

error: cannot find symbol method updateUi(List<Earthquake>) #95

Closed madhank93 closed 5 years ago

madhank93 commented 5 years ago

Getting this error when i am trying to run the Quake report (lesson-three) app. And i don't see the implementation of the method updateUI.

Error location: EarthquakeActivity.java (line no. : 143)

Kvaibhav01 commented 5 years ago

Check out #86 (https://github.com/udacity/ud843-QuakeReport/issues/86#issue-301283716)

madhank93 commented 5 years ago

Thanks @Kvaibhav01 .