Skip to content

Add a if check for determining the REQUEST_CODE #4

Description

@JobGetabu
   @Override
    protected void onActivityResult(int requestCode, int resultCode, Intent data) {
        super.onActivityResult(requestCode, resultCode, data);
        //droidLocationDelegate.showLocationSettingDialog(requestCode);
        droidLocationDelegate.doWeStartLocationService(resultCode);
    }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingenhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions