Merge "Switch shell-transit default to screenshots" into tm-qpr-dev am: d6a46c4307
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/19889116 Change-Id: Ifc6a706bfaa99622252c4f11be19201fff1b1835 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -67,7 +67,7 @@ class TransitionController {
|
|||||||
|
|
||||||
/** Which sync method to use for transition syncs. */
|
/** Which sync method to use for transition syncs. */
|
||||||
static final int SYNC_METHOD =
|
static final int SYNC_METHOD =
|
||||||
android.os.SystemProperties.getBoolean("persist.wm.debug.shell_transit_blast", true)
|
android.os.SystemProperties.getBoolean("persist.wm.debug.shell_transit_blast", false)
|
||||||
? BLASTSyncEngine.METHOD_BLAST : BLASTSyncEngine.METHOD_NONE;
|
? BLASTSyncEngine.METHOD_BLAST : BLASTSyncEngine.METHOD_NONE;
|
||||||
|
|
||||||
/** The same as legacy APP_TRANSITION_TIMEOUT_MS. */
|
/** The same as legacy APP_TRANSITION_TIMEOUT_MS. */
|
||||||
|
|||||||
Reference in New Issue
Block a user