This repository has been archived by the owner on Jun 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[WEEX][Weex-Android] Supported Multi Android Screen Device Size Auto Render When Device Size Changed #2447
Merged
YorkShen
merged 22 commits into
apache:master
from
gubaojian:develop_device_width_auto_adapter_20190423_sync
May 16, 2019
Merged
[WEEX][Weex-Android] Supported Multi Android Screen Device Size Auto Render When Device Size Changed #2447
YorkShen
merged 22 commits into
apache:master
from
gubaojian:develop_device_width_auto_adapter_20190423_sync
May 16, 2019
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…Render When Device Size Changed
…Render When Device Size Changed
…Render When Device Size Changed
…Render When Device Size Changed
…Render When Device Size Changed
…to_adapter' into develop_device_width_auto_adapter_20190423
…width_auto_adapter_20190423_sync # Conflicts: # weex_core/Source/core/bridge/platform/core_side_in_platform.cpp # weex_core/Source/core/common/view_utils.h
Generated by 🚫 dangerJS |
Darin726
reviewed
May 16, 2019
LOGD("ScriptSideInQueue::UpdateInitFrameworkParams"); | ||
weexTaskQueue_->addTask(new UpdateInitFrameworkParamsTask(key, value, desc)); | ||
if (WeexEnv::getEnv()->enableBackupThread() && weexTaskQueue_bk_ != nullptr) { | ||
weexTaskQueue_bk_->addTask(new UpdateInitFrameworkParamsTask(key, value, desc)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里有个 cache 漏了
YorkShen
previously approved these changes
May 16, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TL;DR
YorkShen
approved these changes
May 16, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TL;DR
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[WEEX][Weex-Android] Supported Multi Android Screen Device Size Auto Render When Device Size Changed
http://editor.weex.io/vue/3abe25e7dd6d52bf35edffd62ac6199e
adb shell wm size 2200x2480
adb shell wm size 1136x2480
adb shell wm size 2200x2480
adb shell wm size reset