[
https://issues.apache.org/jira/browse/WEEX-68?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16165885#comment-16165885
]
ASF GitHub Bot commented on WEEX-68:
------------------------------------
GitHub user YorkShen opened a pull request:
https://github.com/apache/incubator-weex/pull/699
* [android] The timer in Android will supports float interval/delay
The timer in Android will supports float interval/delay and transform them
to int.
As some codes always ignore the docs and pass float value, which is not
supported, the sdk has no way but to be tolerant with wrong behavior.
Refer <https://issues.apache.org/jira/browse/WEEX-68>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/YorkShen/incubator-weex android-timer
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-weex/pull/699.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #699
----
commit c0035091b5a7bc0bfb331a53d5e3daf5d692fa2b
Author: YorkShen <[email protected]>
Date: 2017-09-14T07:24:14Z
* [android]The timer in Android will supports float interval/delay and
transform them to int.
As some codes always ignore the docs and pass float value, which is not
supported, the sdk has no way but to be tolerant with wrong behavior.
----
> Android timer supports float
> ----------------------------
>
> Key: WEEX-68
> URL: https://issues.apache.org/jira/browse/WEEX-68
> Project: Weex
> Issue Type: New Feature
> Components: Android
> Affects Versions: 0.16
> Reporter: YorkShen
> Assignee: YorkShen
> Fix For: 0.16
>
>
> The timer in Android will supports float interval/delay and transform them to
> int, as some codes always ignore the doc and pass float value.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)