Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Advanced Android: [Lesson 07.1][Step 5][wrong variable reference] #32

Open
urieluvd opened this issue Jan 29, 2021 · 0 comments
Open

Advanced Android: [Lesson 07.1][Step 5][wrong variable reference] #32

urieluvd opened this issue Jan 29, 2021 · 0 comments

Comments

@urieluvd
Copy link

There is a reference to an argument wrongly named.

Lesson number 7.1 step number 5, Task 3.2

The argument is defined as locations in Task 3.1

       @Override
       protected String doInBackground(Location... locations) {
           return null;
       }

But is referenced as params in Task 3.2

      Location location = params[0];

codelab: advanced-android 07.1: Device location

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant