summaryrefslogtreecommitdiff
path: root/docs/html/sdk/api_diff/18/changes
diff options
context:
space:
mode:
authorlumark <lumark@google.com>2018-07-28 00:55:16 +0800
committerMing-Shin Lu <lumark@google.com>2018-08-02 16:28:53 +0000
commit6453ef4819665e3b81ca0e3a6513d87d27b2673c (patch)
treead99535919cb0d544126f433859f75a1ab521abb /docs/html/sdk/api_diff/18/changes
parente20cd739c8da023f3e472ee7b6084665c668b523 (diff)
Fix transition for non-wallpaper activity.
for task_close_enter / task_close_exit activity animation, the default set showWallpaper as true, so WallpaperController find wallpaper target will set non-wallpaper activity as wallpaper target according Animation.getShowWallpaper(). the case can see when tap an non-wallpaper activity start another non-wallpaper activity, before transition finish then press back quickly will found the animation will changed, It result the transition type will be TRANSIT_WALLPAPER_CLOSE rather then TRANSIT_TASK_CLOSE when 2 non-wallpaper activities launch / finish case. since we don't want to change the transition for this case, check if wallpaper target has FLAG_SHOW_WALLPAPER, if don't, won't need to change the transition type. Bug: 75261877 Test: atest ActivityManagerTransitionSelectionTests Change-Id: Ibbe09e9194b474d1221359ecc7dc62d9fbd5f462
Diffstat (limited to 'docs/html/sdk/api_diff/18/changes')
0 files changed, 0 insertions, 0 deletions