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

Commit 9fb9315c authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Fix return value for comment consistency in getDetachWallpaper

Test: n/a
Change-Id: Ie1d9d1b9ee173895316806492eb47b3d1ac0bc5f
Fixes: 119620687
parent 2d917da0
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;
    }

    /**