Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d345052a authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android (Google) Code Review
Browse files

Merge "Fix return value for comment consistency in getDetachWallpaper"

parents ba1b767e 9fb9315c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
    }

    /**