Skip to content

StartDate and EndDate timestamp size #5

@caaguirreec

Description

@caaguirreec

In BMDPedometerModule.java since you are using startAt as long, which is logic because you are using currentTimeMillis method, also should return a long. The issue is that map.putInt("startDate", (int)this.startAt); simplifies the startAt value, giving a wrong value when the object is returned in javascript.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions