Skip to content
This repository was archived by the owner on Dec 18, 2017. It is now read-only.
This repository was archived by the owner on Dec 18, 2017. It is now read-only.

Subsequent calls to FusedLocation's Stop throws Java.Lang.IllegalStateException #139

@Cheesebaron

Description

@Cheesebaron

Steps to reproduce

  1. Start listening to location
  2. Stop listening (ok)
  3. Stop listening (not ok)

Expected behavior

Subsequent calls should be ignored as we are already stopped

Actual behavior

IllegalStateException is thrown telling GoogleApi is not connected

Configuration

Version: 4.3.0

Platform: Android

Quick fix would be to check weather Started is true before calling Stop.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions