Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
[Android] fix timeout args get and fix js microtask Timing (#2729)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucky-chen authored and Darin726 committed Jul 18, 2019
1 parent f15b5f6 commit 72c51f0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -534,7 +534,7 @@ namespace weex {
std::string time_str;

WeexConversionUtils::GetStringFromArgsDefaultEmpty(vars, 0, callback_str);
WeexConversionUtils::GetStringFromArgsDefaultEmpty(vars, 0, time_str);
WeexConversionUtils::GetStringFromArgsDefaultEmpty(vars, 1, time_str);

LOG_WEEX_BINDING("WeexGlobalBinding method :setTimeoutNative ,callback:%s, time:%d",
callback_str.c_str(),
Expand Down

0 comments on commit 72c51f0

Please sign in to comment.