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

Fix iconFont render error when download from network first time #2588

Merged
merged 2 commits into from Jun 20, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -213,6 +213,8 @@ public void onReceive(Context context, Intent intent) {
}
WXBridgeManager
.getInstance().markDirty(getInstanceId(), getRef(), true);
forceRelayout();

}
}
};
Expand Down