Skip to content

Add a if check for determining the REQUEST_CODE #4

@JobGetabu

Description

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

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