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

Commit

Permalink
[data-render] ForceRefresh before RefreshFinish in eagle (#2609)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpop1994 authored and YorkShen committed Jun 25, 2019
1 parent cdf772f commit c9ced8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions weex_core/Source/core/bridge/eagle_bridge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ namespace WeexCore {
}

int EagleBridge::WeexCoreHandler::RefreshFinish(const char* page_id, const char* task, const char* callback) {
WeexCore::WeexCoreManager::Instance()
->getPlatformBridge()
->core_side()->ForceLayout(page_id);
return WeexCore::WeexCoreManager::Instance()
->getPlatformBridge()
->platform_side()
Expand Down

0 comments on commit c9ced8e

Please sign in to comment.