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

Commit 0b9ab974 authored by Alan Viverette's avatar Alan Viverette
Browse files

Fix default value of AnimationDrawable's one shot property

BUG: 18676499
Change-Id: Iaaf134b3a58a04cd99db001edc4438ee75dab878
parent 2ea3650d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -375,7 +375,7 @@ public class AnimationDrawable extends DrawableContainer implements Runnable, An
                mOneShot = orig.mOneShot;
            } else {
                mDurations = new int[getCapacity()];
                mOneShot = true;
                mOneShot = false;
            }
        }