am 503be2cb: am bf22a48e: am 6b792116: Merge "Don\'t use anim background for translucent windows" into lmp-dev
* commit '503be2cb530d31ccdd950930bd91bc9006b19637': Don't use anim background for translucent windows
This commit is contained in:
@@ -114,6 +114,10 @@ public class AppWindowAnimator {
|
||||
transformation.clear();
|
||||
transformation.setAlpha(mAppToken.isVisible() ? 1 : 0);
|
||||
hasTransformation = true;
|
||||
|
||||
if (!mAppToken.appFullscreen) {
|
||||
anim.setBackgroundColor(0);
|
||||
}
|
||||
}
|
||||
|
||||
public void setDummyAnimation() {
|
||||
|
||||
Reference in New Issue
Block a user