Loading core/java/android/view/animation/Animation.java +1 −1 Original line number Diff line number Diff line Loading @@ -794,7 +794,7 @@ public abstract class Animation implements Cloneable { * @deprecated All window animations are running with detached wallpaper. */ public boolean getDetachWallpaper() { return false; return true; } /** Loading Loading
core/java/android/view/animation/Animation.java +1 −1 Original line number Diff line number Diff line Loading @@ -794,7 +794,7 @@ public abstract class Animation implements Cloneable { * @deprecated All window animations are running with detached wallpaper. */ public boolean getDetachWallpaper() { return false; return true; } /** Loading